Remove unreachable line of code
This commit is contained in:
parent
6d2c43869a
commit
7e0c8bdf68
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue