From e793bffd18b331f2db2bb567c479fdbf02c66aec Mon Sep 17 00:00:00 2001 From: Xinhui Date: Tue, 22 Aug 2017 16:01:56 +0200 Subject: API - workbench imports controller --- app/controllers/api/v1/imports_controller.rb | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 app/controllers/api/v1/imports_controller.rb (limited to 'app/controllers/api') diff --git a/app/controllers/api/v1/imports_controller.rb b/app/controllers/api/v1/imports_controller.rb new file mode 100644 index 000000000..ac2ec4516 --- /dev/null +++ b/app/controllers/api/v1/imports_controller.rb @@ -0,0 +1,4 @@ +class Api::V1::ImportsController < Api::V1::IbooController + defaults :resource_class => Api::V1::ApiKey + belongs_to :workbench +end -- cgit v1.2.3