# File lib/doorkeeper/models/concerns/revocable.rb, line 4 def revoke(clock = Time) update_attribute :revoked_at, clock.now.utc end