Class: NonInputInput

Inherits:
Formtastic::Inputs::StringInput
  • Object
show all
Defined in:
app/helpers/non_input_input.rb

Instance Method Summary collapse

Instance Method Details

#to_htmlObject



4
5
6
7
8
# File 'app/helpers/non_input_input.rb', line 4

def to_html
  input_wrapping do
    label_html << template.(:div, options[:content], class: 'non_input_content')
  end
end