class AssetBoxSimpleFormInput

Public Instance Methods

input(wrapper_options = nil) click to toggle source
# File lib/inputs/asset_box_simple_form_input.rb, line 2
def input(wrapper_options = nil)
  AssetBox.new(object, object_name, template, attribute_name, options).to_html
end