Module: Reform::Schema
- Included in:
- Contract
- Defined in:
- lib/reform/schema.rb
Defined Under Namespace
Classes: Converter
Instance Method Summary collapse
-
#schema ⇒ Object
It’s your job to make sure you memoize it correctly.
Instance Method Details
#schema ⇒ Object
It’s your job to make sure you memoize it correctly.
23 24 25 |
# File 'lib/reform/schema.rb', line 23 def schema Converter.from(representer_class) end |