diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb index 09705d1..4ac8823 100644 --- a/app/controllers/application_controller.rb +++ b/app/controllers/application_controller.rb @@ -1,2 +1,2 @@ -class ApplicationController < ActionController::Base +class ApplicationController < ActionController::API end