in app/models/user.rb [52:56]
def activate update_attribute(:activated, true) update_attribute(:activated_at, Time.zone.now) end