Merge branch 'master' into include_speaker_email_in_events

This commit is contained in:
James Mason 2017-11-07 17:19:42 -08:00 committed by GitHub
commit aca8adf6e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 151 additions and 14 deletions

View file

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