Method: AutoForme::Model#mtm_association_select_options
- Defined in:
- lib/autoforme/model.rb
#mtm_association_select_options(request) ⇒ Object
An array of many to many association symbols to handle via a separate mtm_edit page.
75 76 77 |
# File 'lib/autoforme/model.rb', line 75 def (request) normalize_mtm_associations(handle_proc(mtm_associations || framework.mtm_associations_for(model, request), request)) end |