Module: Lexxy::FormHelper

Defined in:
lib/lexxy/form_helper.rb

Instance Method Summary collapse

Instance Method Details

#lexxy_rich_textarea(object_name, method, options = {}, &block) ⇒ Object Also known as: lexxy_rich_text_area



3
4
5
# File 'lib/lexxy/form_helper.rb', line 3

def lexxy_rich_textarea(object_name, method, options = {}, &block)
  ActionView::Helpers::Tags::ActionText.new(object_name, method, self, options, &block).lexxy_render
end