diff options
| author | cedricnjanga | 2017-11-23 17:14:05 +0100 |
|---|---|---|
| committer | cedricnjanga | 2017-11-23 17:14:05 +0100 |
| commit | 0a9b5cd19dc52e00c9516e2a4cf204580d889862 (patch) | |
| tree | 265d7db92bd9d2b560c0856b9c9f2f5b5b8ae81d /app | |
| parent | cf72b3c73db85b1a5b7c2381c3afddd98290691d (diff) | |
| download | chouette-core-0a9b5cd19dc52e00c9516e2a4cf204580d889862.tar.bz2 | |
Add spec for stif_netex objectid_format
Diffstat (limited to 'app')
| -rw-r--r-- | app/models/chouette/objectid/stif_reflex.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/chouette/objectid/stif_reflex.rb b/app/models/chouette/objectid/stif_reflex.rb index cd0f62298..770f3c433 100644 --- a/app/models/chouette/objectid/stif_reflex.rb +++ b/app/models/chouette/objectid/stif_reflex.rb @@ -19,7 +19,7 @@ module Chouette "#{self.country_code}:#{self.zip_code}:#{self.object_type}:#{self.local_id}:#{self.provider_id}" end - def short_id + def short_id local_id end end |
