method
rich_text_area
v6.1.3.1 -
Show latest stable
- Class:
ActionView::Helpers::FormBuilder
rich_text_area(method, options = {})public
No documentation available.
# File actiontext/app/helpers/action_text/tag_helper.rb, line 83
def rich_text_area(method, options = {})
@template.rich_text_area(@object_name, method, objectify_options(options))
end