aboutsummaryrefslogtreecommitdiffstats
path: root/app/models/chouette/stop_point.rb
diff options
context:
space:
mode:
authorGuillaume2017-11-09 15:20:54 +0100
committerGuillaume2017-11-09 15:21:01 +0100
commitaafda8b5d8e6dbd80ed56fd469d5ada5dceb3a67 (patch)
tree6e63632be099a8a86fcca69bcc2814efbff57c0a /app/models/chouette/stop_point.rb
parent4dbe0a7b5acf4e244016d58d59a96aca36035263 (diff)
downloadchouette-core-aafda8b5d8e6dbd80ed56fd469d5ada5dceb3a67.tar.bz2
add object_id_format to migrations, create module for call Referential, Line Referential, StopAreaReferential in models, add Enumerize in models Refs #4941
Diffstat (limited to 'app/models/chouette/stop_point.rb')
-rw-r--r--app/models/chouette/stop_point.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/models/chouette/stop_point.rb b/app/models/chouette/stop_point.rb
index 89c492b91..7490d175b 100644
--- a/app/models/chouette/stop_point.rb
+++ b/app/models/chouette/stop_point.rb
@@ -7,6 +7,7 @@ module Chouette
include ForBoardingEnumerations
include ForAlightingEnumerations
+ include ObjectIdFormat
# FIXME http://jira.codehaus.org/browse/JRUBY-6358
self.primary_key = "id"