add missing 'action:' keyword

This commit is contained in:
jomo
2014-09-29 21:45:35 +02:00
parent 4db0c427d3
commit a4338154ba
+1 -1
View File
@@ -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