Class: Effective::TableRows::FileField
- Inherits:
-
Effective::TableRow
- Object
- Effective::TableRow
- Effective::TableRows::FileField
- Defined in:
- app/models/effective/table_rows/file_field.rb
Instance Attribute Summary
Attributes inherited from Effective::TableRow
#builder, #name, #options, #template
Instance Method Summary collapse
Methods inherited from Effective::TableRow
#initialize, #label, #to_html, #value
Constructor Details
This class inherits a constructor from Effective::TableRow
Instance Method Details
#content ⇒ Object
7 8 9 |
# File 'app/models/effective/table_rows/file_field.rb', line 7 def content raise('todo') end |