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