knock
knock copied to clipboard
Use ActionController::API for Knock::ApplicationController instead of ActionController::Base
Since this gem is for API-only Rails apps, this makes sense. Using ActionController::Base might break things in an application that uses ActionController::API (mine included).
Any possibility this might land into master? Coming from https://github.com/nsarno/knock/issues/208#issuecomment-373022274.