diff options
Diffstat (limited to 'app')
| -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 | 
