Heya, I'm looking at the example Rails project and the around_action example. However, I cannot get it to log the user context. The only difference I can see is that I'm using Rails API, so my ApplicationController inherits from ActionController::API. Any help appreciated.
Heya, I'm looking at the example Rails project and the
around_actionexample. However, I cannot get it to log the user context. The only difference I can see is that I'm using Rails API, so myApplicationControllerinherits fromActionController::API. Any help appreciated.