class RailsBand::ActionController::Event::RedirectTo
A wrapper for the event that is passed to ‘redirect_to.action_controller`.
def location
def location @location ||= @event.payload.fetch(:location) end
def status
def status @status ||= @event.payload.fetch(:status) end