class RailsBand::ActionController::Event::StartProcessing

def path

def path
  @path ||= @event.payload.fetch(:path).split('?', 2).first
end