Class: ActionView::Helpers::FormBuilder
- Inherits:
- 
      Object
      
        - Object
- ActionView::Helpers::FormBuilder
 
- Defined in:
- app/helpers/action_text/tag_helper.rb
Instance Method Summary collapse
Instance Method Details
#rich_text_area(method, options = {}) ⇒ Object
| 83 84 85 | # File 'app/helpers/action_text/tag_helper.rb', line 83 def rich_text_area(method, = {}) @template.rich_text_area(@object_name, method, ()) end |