Merge branch 'master' into include_speaker_email_in_events
This commit is contained in:
commit
aca8adf6e8
12 changed files with 151 additions and 14 deletions
|
|
@ -15,7 +15,7 @@ class Ability
|
|||
|
||||
# Abilities for not signed in users (guests)
|
||||
def not_signed_in
|
||||
can [:index], Organization
|
||||
can [:index, :conferences], Organization
|
||||
can [:index], Conference
|
||||
can [:show], Conference do |conference|
|
||||
conference.splashpage && conference.splashpage.public == true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue