diff options
| author | Luc Donnet | 2012-02-15 12:19:35 +0100 |
|---|---|---|
| committer | Luc Donnet | 2012-02-15 12:19:35 +0100 |
| commit | dfd08c9868942f31040f1518a09500ef398e4509 (patch) | |
| tree | 8d632b0d382fa0ed75872fdc41cca7cea4c185de /app/controllers/networks_controller.rb | |
| parent | 3acd3ee699ec4f049d9ef204ab58d9488039a7ee (diff) | |
| download | chouette-core-dfd08c9868942f31040f1518a09500ef398e4509.tar.bz2 | |
Add network and company model
Diffstat (limited to 'app/controllers/networks_controller.rb')
| -rw-r--r-- | app/controllers/networks_controller.rb | 7 |
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 |
