Class: Larch::Database::Account
- Inherits:
-
Object
- Object
- Larch::Database::Account
- Defined in:
- lib/larch/db/account.rb
Instance Method Summary collapse
Instance Method Details
#touch ⇒ Object
26 27 28 |
# File 'lib/larch/db/account.rb', line 26 def touch update(:updated_at => Time.now.to_i) end |