aboutsummaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorcedricnjanga2017-11-23 17:14:05 +0100
committercedricnjanga2017-11-23 17:14:05 +0100
commit0a9b5cd19dc52e00c9516e2a4cf204580d889862 (patch)
tree265d7db92bd9d2b560c0856b9c9f2f5b5b8ae81d /app
parentcf72b3c73db85b1a5b7c2381c3afddd98290691d (diff)
downloadchouette-core-0a9b5cd19dc52e00c9516e2a4cf204580d889862.tar.bz2
Add spec for stif_netex objectid_format
Diffstat (limited to 'app')
-rw-r--r--app/models/chouette/objectid/stif_reflex.rb2
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