module Doorkeeper::Models::Mongoid::Revocable

def self.included(base)

def self.included(base)
  base.class_eval do
    def update_column(attr, val)
      update_attribute attr, val
    end
  end
end

def update_column(attr, val)

def update_column(attr, val)
  update_attribute attr, val
end