diff options
Diffstat (limited to 'app/controllers/api')
| -rw-r--r-- | app/controllers/api/v1/imports_controller.rb | 4 |
1 files changed, 4 insertions, 0 deletions
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 |
