Class: EditorInput

Inherits:
SimpleForm::Inputs::Base
  • Object
show all
Defined in:
app/inputs/editor_input.rb

Instance Method Summary collapse

Instance Method Details

#inputObject



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, input_html_options)
  "#{field}".html_safe
end