upgrade(rails 5): change before_filter to before_action
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
class Api::V1::MobileController < ApplicationController
|
||||
skip_before_filter :authenticated
|
||||
before_filter :mobile_request?
|
||||
skip_before_action :authenticated
|
||||
before_action :mobile_request?
|
||||
|
||||
respond_to :json
|
||||
|
||||
|
||||
Reference in New Issue
Block a user