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/connection_link.rb | |
| parent | 8163f367ff5e80130e4ad784bd6d6fa54e52e0f9 (diff) | |
| download | chouette-core-5d655eb93710e2d541e0314837567f0cf7ba88ee.tar.bz2 | |
Remove primary_key overriding in models. Refs #6112
Diffstat (limited to 'app/models/chouette/connection_link.rb')
| -rw-r--r-- | app/models/chouette/connection_link.rb | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/app/models/chouette/connection_link.rb b/app/models/chouette/connection_link.rb index d5ddc606a..c53d6f5f1 100644 --- a/app/models/chouette/connection_link.rb +++ b/app/models/chouette/connection_link.rb @@ -3,8 +3,6 @@ module Chouette      has_paper_trail      include ObjectidSupport      include ConnectionLinkRestrictions -    # FIXME http://jira.codehaus.org/browse/JRUBY-6358 -    self.primary_key = "id"      attr_accessor :connection_link_type | 
