Recreated user forms, updated abilities, linked cards and users
This commit is contained in:
@@ -7,6 +7,7 @@ class Ability
|
||||
can :manage, :all
|
||||
else
|
||||
can :read, User, :id => user.id
|
||||
can :read, Card, :user_id => user.id
|
||||
end
|
||||
end
|
||||
# Define abilities for the passed in user here. For example:
|
||||
|
||||
Reference in New Issue
Block a user