Sha256: 841c3d5dd4b77f3149421ad231051d65e4d1b4414c8e1a9fa97392d7146c7c26
Contents?: true
Size: 234 Bytes
Versions: 8
Compression:
Stored size: 234 Bytes
Contents
# frozen_string_literal: true module Archangel ## # Controller authenticate concern # module AuthenticatableConcern extend ActiveSupport::Concern included do before_action :authenticate_user! end end end
Version data entries
8 entries across 8 versions & 1 rubygems