Method: Formtastic::Inputs::Base::Html#to_html
- Defined in:
- lib/formtastic/inputs/base/html.rb
#to_html ⇒ Object
This method is abstract.
Implement this method in your input class to describe how the input should render itself.
Defines how the instance of an input should be rendered to a HTML string.
17 18 19 |
# File 'lib/formtastic/inputs/base/html.rb', line 17 def to_html raise NotImplementedError end |