add missing 'action:' keyword

This commit is contained in:
jomo
2014-09-29 21:45:35 +02:00
parent 4db0c427d3
commit a4338154ba

View File

@@ -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