diff options
| author | Robert | 2017-07-19 09:11:01 +0200 | 
|---|---|---|
| committer | Robert | 2017-07-19 09:11:01 +0200 | 
| commit | d2abe2d195a8a8a3bf4539816049be60ca06e187 (patch) | |
| tree | 4523b4bde72ed105985b8d45cf4d605ec5868aa4 /app/controllers/api/v1 | |
| parent | 0c69d141911a1f8e55c50d521691506ba7f32ac0 (diff) | |
| download | chouette-core-d2abe2d195a8a8a3bf4539816049be60ca06e187.tar.bz2 | |
dead code eliminated
Diffstat (limited to 'app/controllers/api/v1')
| -rw-r--r-- | app/controllers/api/v1/imports_controller.rb | 10 | 
1 files changed, 0 insertions, 10 deletions
diff --git a/app/controllers/api/v1/imports_controller.rb b/app/controllers/api/v1/imports_controller.rb deleted file mode 100644 index 7dc3021d9..000000000 --- a/app/controllers/api/v1/imports_controller.rb +++ /dev/null @@ -1,10 +0,0 @@ -module Api -  module V1 -    class ImportsController < ChouetteController - -      def create - -      end -    end -  end -end  | 
