We can find the booth through the booth assignment, so we don't need to pass it in the URL. Since the parameter is in the URL and not sent through a form, we can also use `params[:poll_id]` directly, and so we can reuse the `load_poll` method.
Rails/SaveBang