Sha256: 5b1c596756fc9161ab597d95a157cb22f4d50320a001b0e52b103e5be94b8aa8
Contents?: true
Size: 260 Bytes
Versions: 71
Compression:
Stored size: 260 Bytes
Contents
if defined?(Formtastic) class AssetBoxFormtasticInput < Formtastic::Inputs::FileInput def to_html input_wrapping do label_html << Inputs::AssetBox.new(@object, @object_name, @template, @method, @options).to_html end end end end
Version data entries
71 entries across 71 versions & 1 rubygems