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

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

Instance Attribute Summary

Attributes inherited from Base::Index

#field, #record, #repository

Class Method Summary collapse

Methods inherited from Base::Index

#initialize

Constructor Details

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

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