Class: Hellobase::Formtastic::Inputs::ContentInput
- Inherits:
-
Formtastic::Inputs::StringInput
- Object
- Formtastic::Inputs::StringInput
- Hellobase::Formtastic::Inputs::ContentInput
- Defined in:
- lib/hellobase/formtastic/inputs/content_input.rb
Instance Method Summary collapse
Instance Method Details
#to_html ⇒ Object
5 6 7 8 9 10 |
# File 'lib/hellobase/formtastic/inputs/content_input.rb', line 5 def to_html input_wrapping do label_html << template.content_tag(:span, [:content]) end end |