Sha256: 85204982acaaaf628090d843389cf7ba27bb41e06a46b68222b75bf5bed694a6
Contents?: true
Size: 196 Bytes
Versions: 47
Compression:
Stored size: 196 Bytes
Contents
# frozen_string_literal: true module ShopifyApp class AuthenticatedController < ActionController::Base include ShopifyApp::Authenticated protect_from_forgery with: :exception end end
Version data entries
47 entries across 47 versions & 2 rubygems