class RailsBand::ActionDispatch::Event::Request
A wrapper for the event that is passed to ‘redirect.action_dispatch`.
def request
def request @request ||= @event.payload.fetch(:request) end
A wrapper for the event that is passed to ‘redirect.action_dispatch`.
def request @request ||= @event.payload.fetch(:request) end