Method: AssetBoxInput#input

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

#input(wrapper_options = nil) ⇒ Object



6
7
8
# File 'app/models/inputs/asset_box_input.rb', line 6

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