From e11d23cfd4c114d1bf5fcb0c4168c8a20f218d75 Mon Sep 17 00:00:00 2001 From: cedricnjanga Date: Fri, 5 Jan 2018 15:05:27 +0100 Subject: Fix typo in referential.rb after rebase --- app/models/referential.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/models/referential.rb') 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 -- cgit v1.2.3