OSDN Git Service

create UsersGroup entity. Modify ability to check group owners instead one owner
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Mon, 17 Jun 2013 10:07:16 +0000 (13:07 +0300)
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Tue, 18 Jun 2013 14:47:52 +0000 (17:47 +0300)
commit81697850eb16d66615fb072e7c288b3b3dc70758
treed19196945603de6d689c5d0d569aed366fbb5fc0
parentcc5440e82a396fe4967a0b31322d9bb67ee70057
create UsersGroup entity. Modify ability to check group owners instead one owner
app/models/ability.rb
app/models/group.rb
app/models/users_group.rb [new file with mode: 0644]
db/migrate/20130617095603_create_users_groups.rb [new file with mode: 0644]
db/schema.rb
spec/factories/users_groups.rb [new file with mode: 0644]
spec/models/users_group_spec.rb [new file with mode: 0644]