1
0
Fork 0
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:
John Otander 2014-04-22 22:02:03 -06:00
parent 933d9295ba
commit a0be3e179f

View file

@ -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