Module: ActionView::Helpers::FormHelper

Defined in:
app/helpers/richer_text/tag_helper.rb

Instance Method Summary collapse

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, options = {})
  Tags::RhinoEditor.new(object_name, method, self, options).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, options = {})
  Tags::Editor.new(object_name, method, self, options).render
end