Class: ActionView::Helpers::FormBuilder
- Inherits:
-
Object
- Object
- ActionView::Helpers::FormBuilder
- Defined in:
- app/helpers/richer_text/tag_helper.rb
Instance Method Summary collapse
Instance Method Details
#rhino_text_area(method, options = {}) ⇒ Object
51 52 53 |
# File 'app/helpers/richer_text/tag_helper.rb', line 51 def rhino_text_area(method, = {}) @template.rhino_text_area(@object_name, method, ()) end |
#richer_text_area(method, options = {}) ⇒ Object
47 48 49 |
# File 'app/helpers/richer_text/tag_helper.rb', line 47 def richer_text_area(method, = {}) @template.richer_text_area(@object_name, method, ()) end |