Commit 5121576e authored by Douwe Maan's avatar Douwe Maan

before_action > before_filter.

parent a3bd323c
class Oauth::AuthorizedApplicationsController < Doorkeeper::AuthorizedApplicationsController
before_filter :set_title
before_action :set_title
def destroy
Doorkeeper::AccessToken.revoke_all_for(params[:id], current_resource_owner)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment