diff options
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 69a0bd484..76c587141 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 ObjectIdFormat +  include ObjectIdFormatToLineReferential    # FIXME http://jira.codehaus.org/browse/JRUBY-6358    self.primary_key = "id" | 
