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:
parent
df735d14cb
commit
e918f7c3c4
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
require "pundit"
|
||||
require "pry"
|
||||
require "active_support/core_ext"
|
||||
require "active_model/naming"
|
||||
|
||||
class PostPolicy < Struct.new(:user, :post)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue