# File lib/larch/db/account.rb, line 26
  def touch
    update(:updated_at => Time.now.to_i)
  end