Sha256: acd006037671382703df894cf8b27ae7947bf1a13e53ffe582b7ef3edf201f74
Contents?: true
Size: 315 Bytes
Versions: 5
Compression:
Stored size: 315 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, form_control_input_html_options) end end end end end
Version data entries
5 entries across 5 versions & 1 rubygems