Class: ActionView::Helpers::FormBuilder
- Inherits:
 - 
      Object
      
        
- Object
 - ActionView::Helpers::FormBuilder
 
 
- Defined in:
 - lib/symbolize/symbolize_helper.rb
 
Instance Method Summary collapse
- #radio_sym(method, choices = nil, options = {}) ⇒ Object
 - #select_sym(method, choices = nil, options = {}, html_options = {}) ⇒ Object
 
Instance Method Details
#radio_sym(method, choices = nil, options = {}) ⇒ Object
      23 24 25  | 
    
      # File 'lib/symbolize/symbolize_helper.rb', line 23 def radio_sym(method, choices = nil, = {}) @template.radio_sym(@object_name, method, choices, ()) end  | 
  
#select_sym(method, choices = nil, options = {}, html_options = {}) ⇒ Object
      19 20 21  | 
    
      # File 'lib/symbolize/symbolize_helper.rb', line 19 def select_sym(method, choices = nil, = {}, = {}) @template.select_sym(@object_name, method, choices, (), ) end  |