From 5f3ba79ee71455ea93cc4e7e2b6969048b3c9805 Mon Sep 17 00:00:00 2001 From: David Gay Date: Thu, 2 Nov 2023 17:54:06 -0400 Subject: Typofix --- app/controllers/runs_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/runs_controller.rb b/app/controllers/runs_controller.rb index 303c0e3..1495d78 100644 --- a/app/controllers/runs_controller.rb +++ b/app/controllers/runs_controller.rb @@ -15,7 +15,7 @@ class RunsController < ApplicationController @run = Run.new(run_params) @run.user = current_user if @run.save - redirect_to run_path(@run), notice: "Created runs." + redirect_to run_path(@run), notice: "Created run." else render :new, status: :unprocessable_entity end -- cgit v1.2.3