Add :accept booth to ability

This commit is contained in:
nasia 2017-08-15 18:02:51 +03:00 committed by nasia-sam
parent e73218b5ca
commit 52cde784fa
6 changed files with 68 additions and 60 deletions

View file

@ -330,6 +330,8 @@ Metrics/LineLength:
# Configuration parameters: CountComments.
Metrics/MethodLength:
Max: 56
Exclude:
- 'app/models/admin_ability.rb'
# Offense count: 3
# Configuration parameters: CountComments.
@ -443,6 +445,7 @@ Style/HashSyntax:
# Configuration parameters: MaxLineLength.
Style/IfUnlessModifier:
Exclude:
- 'app/controllers/admin/booths_controller.rb'
- 'app/controllers/admin/events_controller.rb'
- 'app/controllers/api/v1/events_controller.rb'
- 'app/controllers/conference_registrations_controller.rb'