Method: MuckEngine::FormBuilder#menu_select
- Defined in:
- lib/muck-engine/form_builder.rb
#menu_select(method, label, collection, options = {}, html_options = {}) ⇒ Object
175 176 177 |
# File 'lib/muck-engine/form_builder.rb', line 175 def (method, label, collection, = {}, = {}) muck_select(method, :id, :name, label, collection, , ) end |