Module: Lexxy::FormHelper
- Defined in:
- lib/lexxy/form_helper.rb
Instance Method Summary collapse
- #rich_textarea(object_name, method, options = {}, &block) ⇒ Object (also: #rich_text_area)
Instance Method Details
#rich_textarea(object_name, method, options = {}, &block) ⇒ Object Also known as: rich_text_area
3 4 5 |
# File 'lib/lexxy/form_helper.rb', line 3 def rich_textarea(object_name, method, = {}, &block) ActionView::Helpers::Tags::ActionText.new(object_name, method, self, , &block).render end |