diff --git a/app/controllers/forumthreads_controller.rb b/app/controllers/forumthreads_controller.rb index 7b83104..c96365b 100644 --- a/app/controllers/forumthreads_controller.rb +++ b/app/controllers/forumthreads_controller.rb @@ -32,7 +32,7 @@ class ForumthreadsController < ApplicationController return else flash[:alert] = "Seomthing went wrong while creating your thread." - render "new" + render action: "new" return end else