test/dummy/app/controllers/api/base_controller.rb in platform-3.1.1 vs test/dummy/app/controllers/api/base_controller.rb in platform-3.1.2

- old
+ new

@@ -1,5 +1,4 @@ # This is where all of the custom application stuff goes class Api::BaseController < Platform::Api::BaseController - end