Merge branch 'master' into user_openid_management
This commit is contained in:
commit
2e922650a7
22 changed files with 426 additions and 30 deletions
|
|
@ -83,6 +83,7 @@ class Ability
|
|||
conference.registration_open? && !conference.registration_limit_exceeded? || conference.program.speakers.confirmed.include?(user)
|
||||
end
|
||||
|
||||
can :index, Organization
|
||||
can :index, Ticket
|
||||
can :manage, TicketPurchase, user_id: user.id
|
||||
can [:new, :create], Payment, user_id: user.id
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue