diff options
| author | Luc Donnet | 2012-02-13 11:22:42 +0100 | 
|---|---|---|
| committer | Luc Donnet | 2012-02-13 11:22:42 +0100 | 
| commit | befb5afa0ffa88ebced3b9db8f69091f0dcaee3b (patch) | |
| tree | daae4d74f7ebfd34e999e4fa995fe72098bc59fa /app/controllers/referentials_controller.rb | |
| parent | a4eeeeaa4b7b199e5b4e41c61c33e5a56fccc823 (diff) | |
| download | chouette-core-befb5afa0ffa88ebced3b9db8f69091f0dcaee3b.tar.bz2 | |
Add referential model and gem apartment
Diffstat (limited to 'app/controllers/referentials_controller.rb')
| -rw-r--r-- | app/controllers/referentials_controller.rb | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/app/controllers/referentials_controller.rb b/app/controllers/referentials_controller.rb new file mode 100644 index 000000000..a65af2e9a --- /dev/null +++ b/app/controllers/referentials_controller.rb @@ -0,0 +1,2 @@ +class ReferentialsController < InheritedResources::Base +end | 
