Following https://github.com/barriehadfield/hyperloop_devise_tutorial when you call Hyperloop::Application.acting_user_id from rails console you get:
NoMethodError: undefined method `client_drivers_get_acting_user_id' for Hyperloop::ClientDrivers:Class
Is this expected behaviour or a should define some extra helper method?