class RailsBand::ActionDispatch::Event::Redirect

def location

def location
  @location ||= @event.payload.fetch(:location)
end