Archived
add missing 'action:' keyword
This commit is contained in:
@@ -32,7 +32,7 @@ class ForumthreadsController < ApplicationController
|
|||||||
return
|
return
|
||||||
else
|
else
|
||||||
flash[:alert] = "Seomthing went wrong while creating your thread."
|
flash[:alert] = "Seomthing went wrong while creating your thread."
|
||||||
render "new"
|
render action: "new"
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user