Sha256: bef78daac27169ca907c89f45822c1a09e695879209fce2f5346abc7a06eb706
Contents?: true
Size: 266 Bytes
Versions: 2
Compression:
Stored size: 266 Bytes
Contents
module FormtasticRebootstrap module Inputs class HiddenInput < Formtastic::Inputs::HiddenInput include Base def to_html bootstrap_wrapping do builder.hidden_field(method, input_html_options) end end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
formtastic_rebootstrap-0.0.2 | lib/formtastic_rebootstrap/inputs/hidden_input.rb |
formtastic_rebootstrap-0.0.1 | lib/formtastic_rebootstrap/inputs/hidden_input.rb |