class AssetBoxFormtasticInput

Public Instance Methods

to_html() click to toggle source
# File lib/inputs/asset_box_formtastic_input.rb, line 2
def to_html
  input_wrapping do
    label_html << AssetBox.new(@object, @object_name, @template, @method, @options).to_html
  end
end