Sha256: cd08c6b12a505ed36b1e4276b06cd2e3eb58274e99242c878a9a208f912c9ee9
Contents?: true
Size: 200 Bytes
Versions: 21
Compression:
Stored size: 200 Bytes
Contents
# frozen_string_literal: true module ShopifyApp class AuthenticatedController < ActionController::Base include ShopifyApp::EnsureHasSession protect_from_forgery with: :exception end end
Version data entries
21 entries across 21 versions & 1 rubygems