aboutsummaryrefslogtreecommitdiffstats
path: root/app/models/chouette/stop_point.rb
diff options
context:
space:
mode:
authorAlban Peignier2018-03-05 16:06:15 +0100
committerAlban Peignier2018-03-05 21:50:13 +0100
commit5d655eb93710e2d541e0314837567f0cf7ba88ee (patch)
tree88a7248500f21385f9cd9263166feb6f79887754 /app/models/chouette/stop_point.rb
parent8163f367ff5e80130e4ad784bd6d6fa54e52e0f9 (diff)
downloadchouette-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.rb2
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