diff options
| author | Robert | 2017-10-02 13:38:11 +0200 | 
|---|---|---|
| committer | Robert | 2017-10-02 13:50:56 +0200 | 
| commit | ee88198df36ffc666b7b5bb8dda6851ce953af4a (patch) | |
| tree | a2116f50498c50a23e0f388ccdff6e31302a091c /app/models/line_control | |
| parent | ed5f05acf1d604eab807f3455ea628179ab55408 (diff) | |
| download | chouette-core-ee88198df36ffc666b7b5bb8dda6851ce953af4a.tar.bz2 | |
Refs: #4267@0.45h;
- setting up a CCCLD subdir struct for CCCLD related tests
- removed all occcurances of `@@default_criticity`
Diffstat (limited to 'app/models/line_control')
| -rw-r--r-- | app/models/line_control/route.rb | 3 | 
1 files changed, 1 insertions, 2 deletions
diff --git a/app/models/line_control/route.rb b/app/models/line_control/route.rb index 21c5eca06..f16cad8d4 100644 --- a/app/models/line_control/route.rb +++ b/app/models/line_control/route.rb @@ -1,7 +1,6 @@  module LineControl    class Route < ComplianceControl -    @@default_criticity = :warning      @@default_code = "3-Line-1"    end -end
\ No newline at end of file +end  | 
