aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/networks_controller.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/networks_controller.rb')
-rw-r--r--app/controllers/networks_controller.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/controllers/networks_controller.rb b/app/controllers/networks_controller.rb
new file mode 100644
index 000000000..eed00f365
--- /dev/null
+++ b/app/controllers/networks_controller.rb
@@ -0,0 +1,7 @@
+class NetworksController < ChouetteController
+ defaults :resource_class => Chouette::Network
+ respond_to :html
+ respond_to :xml
+ respond_to :json
+
+end