permenant redirect for index
git-svn-id: http://svn.barleysodas.com/barleysodas/trunk@158 0f7b21a7-9e3a-4941-bbeb-ce5c7c368fa7master
parent
0208311a3d
commit
a07bba6839
|
@ -1,4 +1,8 @@
|
|||
class SessionsController < ApplicationController
|
||||
def index
|
||||
redirect_to '/', :status => :moved_permenantly
|
||||
end
|
||||
|
||||
def new
|
||||
@content_title = 'Log In'
|
||||
@secondary_title = ''
|
||||
|
|
Reference in New Issue