Class: ActionView::Helpers::FormBuilder

Inherits:
Object
  • Object
show all
Defined in:
app/helpers/action_text/tag_helper.rb

Instance Method Summary collapse

Instance Method Details

#rich_text_area(method, options = {}) ⇒ Object



85
86
87
# File 'app/helpers/action_text/tag_helper.rb', line 85

def rich_text_area(method, options = {})
  @template.rich_text_area(@object_name, method, objectify_options(options))
end