Skip to content
Snippets Groups Projects
Commit 5121576e authored by Douwe Maan's avatar Douwe Maan
Browse files

before_action > before_filter.

parent a3bd323c
No related branches found
No related tags found
1 merge request!593Add a page title to every page.
Pipeline #
class Oauth::AuthorizedApplicationsController < Doorkeeper::AuthorizedApplicationsController class Oauth::AuthorizedApplicationsController < Doorkeeper::AuthorizedApplicationsController
before_filter :set_title before_action :set_title
   
def destroy def destroy
Doorkeeper::AccessToken.revoke_all_for(params[:id], current_resource_owner) Doorkeeper::AccessToken.revoke_all_for(params[:id], current_resource_owner)
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment