Module: Koi::ActionText::FormHelper
- Defined in:
- lib/koi/action_text.rb
Instance Method Summary collapse
Instance Method Details
#koi_rich_textarea ⇒ Object
33 34 35 36 37 38 39 40 |
# File 'lib/koi/action_text.rb', line 33 def koi_rich_textarea(...) case Koi.action_text_editor when :lexxy lexxy_rich_textarea(...) when :trix trix_rich_textarea(...) end end |