Sha256: fde26bd89177d5ca49682af1a1006f41a2a0586c992a0cd8280946a80b296b87
Contents?: true
Size: 175 Bytes
Versions: 72
Compression:
Stored size: 175 Bytes
Contents
class UserAuthenticatedOrApiController < ApplicationController include ShopliftClient protect_from_forgery with: :exception before_action :authenticate_user_or_api! end
Version data entries
72 entries across 72 versions & 1 rubygems