Module: ActionView::Helpers::FormHelper
- Defined in:
- app/helpers/richer_text/tag_helper.rb
Instance Method Summary collapse
- #rhino_text_area(object_name, method, options = {}) ⇒ Object
- #richer_text_area(object_name, method, options = {}) ⇒ Object
Instance Method Details
#rhino_text_area(object_name, method, options = {}) ⇒ Object
41 42 43 |
# File 'app/helpers/richer_text/tag_helper.rb', line 41 def rhino_text_area(object_name, method, = {}) Tags::RhinoEditor.new(object_name, method, self, ).render end |
#richer_text_area(object_name, method, options = {}) ⇒ Object
37 38 39 |
# File 'app/helpers/richer_text/tag_helper.rb', line 37 def richer_text_area(object_name, method, = {}) Tags::Editor.new(object_name, method, self, ).render end |