Module: Godmin::Redactor::Helper

Defined in:
lib/godmin/redactor/helper.rb

Instance Method Summary collapse

Instance Method Details

#redactor_area(attribute, options = {}, html_options = {}) ⇒ Object



4
5
6
7
8
9
# File 'lib/godmin/redactor/helper.rb', line 4

def redactor_area(attribute, options = {}, html_options = {})
  text_area(attribute, html_options.deep_merge(data: {
    behavior: "redactor",
    options: options
  }))
end