Sha256: 603f6e5d297f115f506856844ac8b34fbbb52f8b80f0ce4a5b21d009df88982b
Contents?: true
Size: 413 Bytes
Versions: 79
Compression:
Stored size: 413 Bytes
Contents
# = simple_form_for @thing do |f| # = f.input :member_id, :as => :static if defined?(SimpleForm) class EffectiveStaticControlInput < SimpleForm::Inputs::StringInput def input(wrapper_options = nil) Inputs::EffectiveStaticControl::Input.new(object, object_name, template, attribute_name, input_options, (merge_wrapper_options(input_html_options, wrapper_options) || {})).to_html end end end
Version data entries
79 entries across 79 versions & 1 rubygems