Class: EditorInput
- Inherits:
-
SimpleForm::Inputs::Base
- Object
- SimpleForm::Inputs::Base
- EditorInput
- Defined in:
- app/inputs/editor_input.rb
Instance Method Summary collapse
Instance Method Details
#input ⇒ Object
2 3 4 5 6 7 8 9 |
# File 'app/inputs/editor_input.rb', line 2 def input #template.content_for :javascript do #end field = @builder.text_area(attribute_name, ) "#{field}".html_safe end |