Upgrade to Rails 5.0.0.1
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
class Oauth::ApplicationsController < Doorkeeper::ApplicationsController
|
||||
before_filter :authenticate_user!
|
||||
before_action :authenticate_user!
|
||||
|
||||
def index
|
||||
@applications = current_user.oauth_applications
|
||||
|
Reference in New Issue
Block a user