Class: AssetBoxFormtasticInput
- Inherits:
-
Object
- Object
- AssetBoxFormtasticInput
- Defined in:
- lib/inputs/asset_box_formtastic_input.rb
Instance Method Summary collapse
Instance Method Details
#to_html ⇒ Object
2 3 4 5 6 |
# 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, ).to_html end end |