Method: AssetBoxSimpleFormInput#input

Defined in:
app/models/inputs/asset_box_simple_form_input.rb

#input(wrapper_options = nil) ⇒ Object



3
4
5
# File 'app/models/inputs/asset_box_simple_form_input.rb', line 3

def input(wrapper_options = nil)
  Inputs::AssetBox.new(object, object_name, template, attribute_name, options).to_html
end