Class: ContentInput

Inherits:
Formtastic::Inputs::StringInput
  • Object
show all
Defined in:
lib/hellobase/formtastic/content_input.rb

Instance Method Summary collapse

Instance Method Details

#to_htmlObject



2
3
4
5
6
7
# File 'lib/hellobase/formtastic/content_input.rb', line 2

def to_html
  input_wrapping do
    label_html <<
      template.(:span, options[:content])
  end
end