Class: Flexite::IntEntry
- Defined in:
- app/models/flexite/int_entry.rb
Instance Method Summary collapse
Methods inherited from Entry
Methods included from WithHistory
Instance Method Details
#value ⇒ Object
2 3 4 |
# File 'app/models/flexite/int_entry.rb', line 2 def value self[:value].to_i end |