Sha256: 3df758913883e17d8f827c73b5f25ac8b799e06339bc8c9feae528b98d7f96fb
Contents?: true
Size: 242 Bytes
Versions: 113
Compression:
Stored size: 242 Bytes
Contents
# frozen_string_literal: true class AuthorizedController < ApplicationController include Pundit before_action :authenticate_user! after_action :verify_authorized, except: :index after_action :verify_policy_scoped, only: :index end
Version data entries
113 entries across 92 versions & 2 rubygems