diff options
| author | Guillaume | 2017-11-16 15:38:39 +0100 | 
|---|---|---|
| committer | Guillaume | 2017-11-16 15:38:39 +0100 | 
| commit | e5fcb0cc0728cbb673c1f5cf346e865fbbbc593a (patch) | |
| tree | ee673dfca966b4c440ef98cb678aa868c7a0f17f /app/models/chouette/network.rb | |
| parent | 926a7593b829b974870c881e4a6b3f213226da1b (diff) | |
| download | chouette-core-e5fcb0cc0728cbb673c1f5cf346e865fbbbc593a.tar.bz2 | |
Refs #4941 remove object_id_format_to_line_referential module, include just a object_id_format_to_referential module
Diffstat (limited to 'app/models/chouette/network.rb')
| -rw-r--r-- | app/models/chouette/network.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/app/models/chouette/network.rb b/app/models/chouette/network.rb index dad1a17d2..6c8a12bda 100644 --- a/app/models/chouette/network.rb +++ b/app/models/chouette/network.rb @@ -2,7 +2,7 @@ class Chouette::Network < Chouette::ActiveRecord    include StifCodifligneAttributesSupport    include NetworkRestrictions    include LineReferentialSupport -  include ObjectIdFormatToLineReferential +  include ObjectIdFormatToReferential    # FIXME http://jira.codehaus.org/browse/JRUBY-6358    self.primary_key = "id" | 
