Class: ActionView::Helpers::FormBuilder

Inherits:
Object
  • Object
show all
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, options = {})
  @template.rhino_text_area(@object_name, method, objectify_options(options))
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, options = {})
  @template.richer_text_area(@object_name, method, objectify_options(options))
end