Recreated user forms, updated abilities, linked cards and users

This commit is contained in:
2012-10-14 06:23:35 -07:00
parent 0254f9aa2c
commit d1ef1e7db9
12 changed files with 204 additions and 11 deletions

View File

@@ -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: