Method: Formtastic::Inputs::UrlInput#to_html
- Defined in:
- lib/formtastic/inputs/url_input.rb
#to_html ⇒ Object
34 35 36 37 38 39 |
# File 'lib/formtastic/inputs/url_input.rb', line 34 def to_html input_wrapping do label_html << builder.url_field(method, ) end end |