summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/controllers/runs_controller.rb2
1 files changed, 1 insertions, 1 deletions
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