Class: Uchi::Field::Number::Index
- Inherits:
-
Base::Index
- Object
- ViewComponent::Base
- Base::Index
- Uchi::Field::Number::Index
- Defined in:
- app/components/uchi/field/number.rb
Instance Attribute Summary
Attributes inherited from Base::Index
Class Method Summary collapse
Methods inherited from Base::Index
Constructor Details
This class inherits a constructor from Uchi::Field::Base::Index
Class Method Details
.classes_for_table_cell ⇒ Object
22 23 24 |
# File 'app/components/uchi/field/number.rb', line 22 def classes_for_table_cell super + ["text-right"] end |