Sha256: 49e7dd51383ae012feafdc603fd5d88f4249889bdd5c69d96fe501772516cb81
Contents?: true
Size: 226 Bytes
Versions: 8
Compression:
Stored size: 226 Bytes
Contents
# frozen_string_literal: true module Archangel ## # Controller authorize concern # module AuthorizableConcern extend ActiveSupport::Concern included do after_action :verify_authorized end end end
Version data entries
8 entries across 8 versions & 1 rubygems