Sha256: e948a31f24e297f653e249274110b74495d8cf4ac4ff7eef4666274b9413521a
Contents?: true
Size: 311 Bytes
Versions: 23
Compression:
Stored size: 311 Bytes
Contents
module FlexaFormtasticBootstrap module Inputs class PasswordInput < Formtastic::Inputs::PasswordInput include Base include Base::Stringish def to_html generic_input_wrapping do builder.password_field(method, input_html_options) end end end end end
Version data entries
23 entries across 23 versions & 1 rubygems