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