spec/dummy/app/controllers/application_controller.rb in admin_invitable-0.1.0 vs spec/dummy/app/controllers/application_controller.rb in admin_invitable-1.0.0
- old
+ new
@@ -1,6 +1,6 @@
class ApplicationController < ActionController::Base
# Prevent CSRF attacks by raising an exception.
# For APIs, you may want to use :null_session instead.
protect_from_forgery with: :exception
- skip_before_filter :verify_authenticity_token
+ skip_before_action :verify_authenticity_token
end