Module: EffectiveRte::Helpers::FormBuilder

Extended by:
ActiveSupport::Concern
Defined in:
lib/effective_rte/helpers/form_builder.rb

Instance Method Summary collapse

Instance Method Details

#effective_rte_text_area(method, options = {}) ⇒ Object



8
9
10
# File 'lib/effective_rte/helpers/form_builder.rb', line 8

def effective_rte_text_area(method, options = {})
  @template.send("effective_rte_text_area", @object_name, method, objectify_options(options))
end