diff options
| author | Alban Peignier | 2018-03-05 16:06:15 +0100 | 
|---|---|---|
| committer | Alban Peignier | 2018-03-05 21:50:13 +0100 | 
| commit | 5d655eb93710e2d541e0314837567f0cf7ba88ee (patch) | |
| tree | 88a7248500f21385f9cd9263166feb6f79887754 /app/models/chouette/stop_point.rb | |
| parent | 8163f367ff5e80130e4ad784bd6d6fa54e52e0f9 (diff) | |
| download | chouette-core-5d655eb93710e2d541e0314837567f0cf7ba88ee.tar.bz2 | |
Remove primary_key overriding in models. Refs #6112
Diffstat (limited to 'app/models/chouette/stop_point.rb')
| -rw-r--r-- | app/models/chouette/stop_point.rb | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/app/models/chouette/stop_point.rb b/app/models/chouette/stop_point.rb index 3b9eaa2f6..6b363cd93 100644 --- a/app/models/chouette/stop_point.rb +++ b/app/models/chouette/stop_point.rb @@ -9,8 +9,6 @@ module Chouette      include ForAlightingEnumerations      include ObjectidSupport -    # FIXME http://jira.codehaus.org/browse/JRUBY-6358 -    self.primary_key = "id"      belongs_to :stop_area      belongs_to :route, inverse_of: :stop_points | 
