Sha256: 25d1433f7dbac066c50f725663ccd7b207703028557ce58368f0c2413019cf8c
Contents?: true
Size: 290 Bytes
Versions: 15
Compression:
Stored size: 290 Bytes
Contents
module FormtasticBootstrap module Inputs class UrlInput < Formtastic::Inputs::UrlInput include Base include Base::Stringish def to_html generic_input_wrapping do builder.url_field(method, input_html_options) end end end end end
Version data entries
15 entries across 15 versions & 2 rubygems