diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/stif/reflex_synchronization.rb | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/lib/stif/reflex_synchronization.rb b/lib/stif/reflex_synchronization.rb index a3bf3957e..39a92bd1f 100644 --- a/lib/stif/reflex_synchronization.rb +++ b/lib/stif/reflex_synchronization.rb @@ -150,9 +150,8 @@ module Stif        end        def create_or_update_stop_area entry -        stop = Chouette::StopArea.find_or_create_by(objectid: entry['id']) +        stop = Chouette::StopArea.find_or_create_by(objectid: entry['id'], stop_area_referential: self.defaut_referential )          stop.deleted_at            = nil -        stop.stop_area_referential = self.defaut_referential          {            :comment        => 'Description',            :name           => 'Name', | 
