Method: MuckEngine::FormBuilder#menu_select

Defined in:
lib/muck-engine/form_builder.rb


175
176
177
# File 'lib/muck-engine/form_builder.rb', line 175

def menu_select(method, label, collection, options = {}, html_options = {})
  muck_select(method, :id, :name, label, collection, options, html_options)
end