I believe the only controller where we need this is oral_history_requests_controller.rb, so let's add this in there.
Just adds a before_action that calls the controller's current_oral_history_requester method, which knows how to dig up the info. We also check params, as a fallback.
Adds some tests that prove the value is getting added to the HB context.
2479.
oral_history_requests_controller.rb
, so let's add this in there.current_oral_history_requester
method, which knows how to dig up the info. We also checkparams
, as a fallback.