Extracting controller and action from Plug.conn

If controller module is not available, I don’t believe the action will either. To extract either the plug needs to be located in the right place in the request chain, after the router plug. See Is there a way to insert plugs after the router but in front of the controller actions?