Class: Uchi::Field::Number::Index

Inherits:
Base::Index show all
Defined in:
app/components/uchi/field/number.rb

Instance Attribute Summary

Attributes inherited from Base::Component

#field, #record, #repository

Class Method Summary collapse

Methods inherited from Base::Component

#initialize, #value

Constructor Details

This class inherits a constructor from Uchi::Field::Base::Component

Class Method Details

.classes_for_table_cellObject



22
23
24
# File 'app/components/uchi/field/number.rb', line 22

def classes_for_table_cell
  super + ["text-right"]
end