Module: Koi::ActionText::FormBuilder
- Defined in:
- lib/koi/action_text.rb
Instance Method Summary collapse
Instance Method Details
#koi_rich_textarea ⇒ Object
44 45 46 47 48 49 50 51 |
# File 'lib/koi/action_text.rb', line 44 def koi_rich_textarea(...) case Koi.action_text_editor when :lexxy lexxy_rich_textarea(...) when :trix trix_rich_textarea(...) end end |