Sha256: 42a2faf5dadbe7d6b0ddce571980842f030cc2617aad5a7678a98e9ed52871a1
Contents?: true
Size: 148 Bytes
Versions: 12
Compression:
Stored size: 148 Bytes
Contents
module Headmin module Authentication extend ActiveSupport::Concern included do before_action :authenticate_admin! end end end
Version data entries
12 entries across 12 versions & 1 rubygems