Sha256: 29fc5a7f49a13487e954deff7098a207cf4ef7de318d18c7c162030f5b73074d
Contents?: true
Size: 236 Bytes
Versions: 8
Compression:
Stored size: 236 Bytes
Contents
# frozen_string_literal: true module Archangel ## # Controller skip authorize concern # module SkipAuthorizableConcern extend ActiveSupport::Concern included do after_action :skip_authorization end end end
Version data entries
8 entries across 8 versions & 1 rubygems