Add room and dates to tracks

They are required only for accepted and confirmed self-organized tracks
This commit is contained in:
AEtherC0r3 2017-07-12 15:56:07 +03:00 committed by Stella Rouzi
parent d616c66745
commit fd93b04f16
9 changed files with 99 additions and 2 deletions

View file

@ -317,6 +317,8 @@ Metrics/BlockLength:
# Offense count: 23
Metrics/CyclomaticComplexity:
Max: 12
Exclude:
- 'app/models/track.rb'
# Offense count: 2353
# Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns.
@ -339,6 +341,8 @@ Metrics/ModuleLength:
# Offense count: 15
Metrics/PerceivedComplexity:
Max: 16
Exclude:
- 'app/models/track.rb'
# Offense count: 20
Style/AccessorMethodName: