def create
    @eleccion_popular = EleccionPopular.new(eleccion_popular_params)

    respond_to do |format|
      if @eleccion_popular.save