Upgrade to Rails 5.0.0.1
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
class ApiController < ApplicationController
|
||||
protect_from_forgery with: :null_session
|
||||
skip_before_filter :verify_authenticity_token
|
||||
skip_before_action :verify_authenticity_token
|
||||
|
||||
protected
|
||||
|
||||
|
Reference in New Issue
Block a user