Remove unreachable line of code

This commit is contained in:
Gonzalo 2012-10-15 20:25:10 -02:00
parent 6d2c43869a
commit 7e0c8bdf68

View file

@ -25,8 +25,7 @@ class PostsController < ApplicationController
end
def new
redirect_to "/stream" and return
render :text => "", :layout => true
redirect_to "/stream"
end
def show