Sha256: cdb3a9033c0eaef9ee636709c333235fc0f7cda3b58fa4274813cfaeb597e38e
Contents?: true
Size: 183 Bytes
Versions: 25
Compression:
Stored size: 183 Bytes
Contents
class UserAuthenticatedOrApiController < ApplicationController include ShopliftClient protect_from_forgery with: :exception prepend_before_action :authenticate_user_or_api! end
Version data entries
25 entries across 25 versions & 1 rubygems