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/time_table.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/time_table.rb')
| -rw-r--r-- | app/models/chouette/time_table.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/models/chouette/time_table.rb b/app/models/chouette/time_table.rb index 72496273e..868b82f59 100644 --- a/app/models/chouette/time_table.rb +++ b/app/models/chouette/time_table.rb @@ -1,6 +1,7 @@ class Chouette::TimeTable < Chouette::TridentActiveRecord include ChecksumSupport include TimeTableRestrictions + include ObjectIdFormat # FIXME http://jira.codehaus.org/browse/JRUBY-6358 self.primary_key = "id" |
