1
0
Fork 0
mirror of https://github.com/varvet/pundit.git synced 2022-11-09 12:30:11 -05:00

Add ActiveSupport dependency in specs for Rails 4 to make them green again

This commit is contained in:
Thomas Klemm 2013-06-18 01:13:07 +02:00
parent df735d14cb
commit e918f7c3c4

View file

@ -1,5 +1,6 @@
require "pundit"
require "pry"
require "active_support/core_ext"
require "active_model/naming"
class PostPolicy < Struct.new(:user, :post)