diff options
| author | Guillaume | 2017-11-09 17:49:38 +0100 |
|---|---|---|
| committer | Guillaume | 2017-11-09 17:49:38 +0100 |
| commit | 2f8ff43fe89a8c78575fdb7a9737b5484117087c (patch) | |
| tree | 672d6a0e709b7ca2039cd15ad04443c5a8b7d04d /app/models/chouette/time_table.rb | |
| parent | aafda8b5d8e6dbd80ed56fd469d5ada5dceb3a67 (diff) | |
| download | chouette-core-2f8ff43fe89a8c78575fdb7a9737b5484117087c.tar.bz2 | |
split modules objectid_format, remove alias referential
Diffstat (limited to 'app/models/chouette/time_table.rb')
| -rw-r--r-- | app/models/chouette/time_table.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/chouette/time_table.rb b/app/models/chouette/time_table.rb index 868b82f59..f4db0c3b1 100644 --- a/app/models/chouette/time_table.rb +++ b/app/models/chouette/time_table.rb @@ -1,7 +1,7 @@ class Chouette::TimeTable < Chouette::TridentActiveRecord include ChecksumSupport include TimeTableRestrictions - include ObjectIdFormat + include ObjectIdFormatToReferential # FIXME http://jira.codehaus.org/browse/JRUBY-6358 self.primary_key = "id" |
