diff options
| author | cedricnjanga | 2018-01-04 17:49:06 +0100 | 
|---|---|---|
| committer | cedricnjanga | 2018-01-05 14:45:54 +0100 | 
| commit | c2ca588ec9ec70ccd77690feacd45c7aae56b355 (patch) | |
| tree | 2521db57e2f7e5592a8968ab8ca99422cb082391 /app/models/referential.rb | |
| parent | 53ad7fc78f60b35982e8622ad5f84c9bd377bba9 (diff) | |
| download | chouette-core-c2ca588ec9ec70ccd77690feacd45c7aae56b355.tar.bz2 | |
Refs #5468 Change redirect after Referential#validate
Diffstat (limited to 'app/models/referential.rb')
| -rw-r--r-- | app/models/referential.rb | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/app/models/referential.rb b/app/models/referential.rb index 8391a8b00..1608550fb 100644 --- a/app/models/referential.rb +++ b/app/models/referential.rb @@ -155,6 +155,8 @@ class Referential < ActiveRecord::Base    def stop_points      Chouette::StopPoint.all +  def compliance_check_sets +    ComplianceCheckSet.all    end    before_validation :define_default_attributes | 
