aboutsummaryrefslogtreecommitdiffstats
path: root/app/models/chouette/network.rb
diff options
context:
space:
mode:
authorEdouard Maffert2016-08-10 17:51:42 +0200
committerEdouard Maffert2016-08-10 17:51:42 +0200
commitb66235384cf777a7195463495b412df1a5f34b80 (patch)
tree1b81b1828b37f7ca3aa3877d701cda3e1bb7f696 /app/models/chouette/network.rb
parent18f063711a92f1743fa08cd94a540a58d54f8dcc (diff)
downloadchouette-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.rb4
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"