Poltergeist in the green, and resourceful refactor
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
class Employees::Ability
|
||||
include CanCan::Ability
|
||||
def initialize(employee)
|
||||
can :read, Supplier
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user