mirror of
https://github.com/varvet/pundit.git
synced 2022-11-09 12:30:11 -05:00
Add autoload require for jruby.
This commit is contained in:
parent
933d9295ba
commit
a0be3e179f
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ require "pundit/policy_finder"
|
|||
require "active_support/concern"
|
||||
require "active_support/core_ext/string/inflections"
|
||||
require "active_support/core_ext/object/blank"
|
||||
require "active_support/dependencies/autoload"
|
||||
|
||||
module Pundit
|
||||
class NotAuthorizedError < StandardError
|
||||
|
|
Loading…
Reference in a new issue