test/dummy/app/controllers/application_controller.rb in disco_app-0.12.1 vs test/dummy/app/controllers/application_controller.rb in disco_app-0.12.5
- old
+ new
@@ -1,6 +1,6 @@
class ApplicationController < ActionController::Base
- include ShopifyApp::Controller
+ include ShopifyApp::LoginProtection
# Prevent CSRF attacks by raising an exception.
# For APIs, you may want to use :null_session instead.
protect_from_forgery with: :exception
end