Method: Decidim::AttributeObject::Form#map_model
- Defined in:
- decidim-core/lib/decidim/attribute_object/form.rb
#map_model(_model) ⇒ Object
Use the map_model method within the form implementations to map any custom form-specific attributes from the model to the form.
114 |
# File 'decidim-core/lib/decidim/attribute_object/form.rb', line 114 def map_model(_model); end |