class Larch::Database::Account
Public Instance Methods
touch()
click to toggle source
# File lib/larch/db/account.rb, line 26 def touch update(:updated_at => Time.now.to_i) end