diff options
| author | cedricnjanga | 2018-01-05 15:05:27 +0100 | 
|---|---|---|
| committer | cedricnjanga | 2018-01-05 15:05:27 +0100 | 
| commit | e11d23cfd4c114d1bf5fcb0c4168c8a20f218d75 (patch) | |
| tree | ca2911dba0cadc6535ddf69e239eeb05a06c8911 | |
| parent | c2ca588ec9ec70ccd77690feacd45c7aae56b355 (diff) | |
| download | chouette-core-e11d23cfd4c114d1bf5fcb0c4168c8a20f218d75.tar.bz2 | |
Fix typo in referential.rb after rebase
| -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 1608550fb..a5d5acbf9 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 +  end +      def compliance_check_sets      ComplianceCheckSet.all    end | 
