Sha256: 8dfcffc32b346e02a2fc2466d0bd3485efee62e91b5e5fb465e04b17ffb70ab5
Contents?: true
Size: 321 Bytes
Versions: 3
Compression:
Stored size: 321 Bytes
Contents
module FormtasticBootstrap module Inputs class HiddenInput < Formtastic::Inputs::HiddenInput include Base def to_html control_group_div_wrapping do input_div_wrapping do builder.hidden_field(method, input_html_options) end end end end end end
Version data entries
3 entries across 3 versions & 1 rubygems