Class: ActionView::Helpers::FormBuilder
- Inherits:
-
Object
- Object
- ActionView::Helpers::FormBuilder
- Defined in:
- lib/enumerated_attribute/rails_helpers.rb
Instance Method Summary collapse
Instance Method Details
#enum_select(method, options = {}, html_options = {}) ⇒ Object
90 91 92 |
# File 'lib/enumerated_attribute/rails_helpers.rb', line 90 def enum_select(method, ={}, ={}) @template.enum_select(@object_name, method, (), @default_options.merge()) end |