Module: Godmin::Medium::Helper
- Defined in:
- lib/godmin/medium/helper.rb
Instance Method Summary collapse
Instance Method Details
#medium_area(attribute, options = {}, html_options = {}) ⇒ Object
4 5 6 7 8 9 |
# File 'lib/godmin/medium/helper.rb', line 4 def medium_area(attribute, = {}, = {}) text_area(attribute, .deep_merge(data: { behavior: "medium-editor", options: })) end |