Method: Esquema::SchemaEnhancer#model_description
- Defined in:
- lib/esquema/schema_enhancer.rb
#model_description(description) ⇒ Object
Sets the description for the model.
20 21 22 |
# File 'lib/esquema/schema_enhancer.rb', line 20 def model_description(description) @schema_enhancements[:model_description] = description end |