lib/kant/all_access.rb in kant-0.0.4 vs lib/kant/all_access.rb in kant-0.0.5
- old
+ new
@@ -8,10 +8,10 @@
def can?(action, object)
true
end
- def accessible(action, scope)
+ def accessible(action, scope, *rest)
scope.all
end
end
end