Add my-schedule and some other things
This commit is contained in:
@@ -2,5 +2,6 @@ class Employees::Ability
|
||||
include CanCan::Ability
|
||||
def initialize(employee)
|
||||
can :read, Supplier
|
||||
can :read, EmployeeShift
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user