diff options
| author | Edouard Maffert | 2016-08-10 17:51:42 +0200 | 
|---|---|---|
| committer | Edouard Maffert | 2016-08-10 17:51:42 +0200 | 
| commit | b66235384cf777a7195463495b412df1a5f34b80 (patch) | |
| tree | 1b81b1828b37f7ca3aa3877d701cda3e1bb7f696 /app/models/chouette/network.rb | |
| parent | 18f063711a92f1743fa08cd94a540a58d54f8dcc (diff) | |
| download | chouette-core-b66235384cf777a7195463495b412df1a5f34b80.tar.bz2 | |
add network and group of lines synchronization and create a rake task
Diffstat (limited to 'app/models/chouette/network.rb')
| -rw-r--r-- | app/models/chouette/network.rb | 4 | 
1 files changed, 3 insertions, 1 deletions
| diff --git a/app/models/chouette/network.rb b/app/models/chouette/network.rb index c8926506c..690c39344 100644 --- a/app/models/chouette/network.rb +++ b/app/models/chouette/network.rb @@ -1,5 +1,7 @@ -class Chouette::Network < Chouette::TridentActiveRecord +class Chouette::Network < Chouette::ActiveRecord +  include DefaultNetexAttributesSupport    include NetworkRestrictions +  include LineReferentialSupport    # FIXME http://jira.codehaus.org/browse/JRUBY-6358    self.primary_key = "id" | 
