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