Sha256: 488063e3175565468e835bde1d226d4ab17f28506551a07077f299c7d65e184a

Contents?: true

Size: 242 Bytes

Versions: 24

Compression:

Stored size: 242 Bytes

Contents

class ApplicationController < ActionController::Base
  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

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
disco_app-0.15.2 test/dummy/app/controllers/application_controller.rb
disco_app-0.12.7.pre.puma.pre.3 test/dummy/app/controllers/application_controller.rb
disco_app-0.14.0 test/dummy/app/controllers/application_controller.rb
disco_app-0.13.6.pre.puma.pre.3 test/dummy/app/controllers/application_controller.rb