diff options
| author | Guillaume | 2017-11-09 15:20:54 +0100 | 
|---|---|---|
| committer | Guillaume | 2017-11-09 15:21:01 +0100 | 
| commit | aafda8b5d8e6dbd80ed56fd469d5ada5dceb3a67 (patch) | |
| tree | 6e63632be099a8a86fcca69bcc2814efbff57c0a /app/models/chouette/stop_point.rb | |
| parent | 4dbe0a7b5acf4e244016d58d59a96aca36035263 (diff) | |
| download | chouette-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.rb | 1 | 
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" | 
