knock icon indicating copy to clipboard operation
knock copied to clipboard

Use ActionController::API for Knock::ApplicationController instead of ActionController::Base

Open zeiv opened this issue 8 years ago • 1 comments

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).

zeiv avatar Aug 17 '17 19:08 zeiv

Any possibility this might land into master? Coming from https://github.com/nsarno/knock/issues/208#issuecomment-373022274.

ayrton avatar Sep 05 '18 22:09 ayrton