Sha256: 0434acfeb2b615e1b028493bf045ecb74ee37b6e35a632c6ef5ea501263ee1c3
Contents?: true
Size: 162 Bytes
Versions: 78
Compression:
Stored size: 162 Bytes
Contents
class UserAuthenticatedController < ApplicationController include ShopliftClient protect_from_forgery with: :exception before_action :authenticate_user! end
Version data entries
78 entries across 78 versions & 1 rubygems