add missing 'action:' keyword
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user