This commit is contained in:
yafei Lee 2012-07-21 19:22:14 +08:00
commit 8a84e244ab
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
class HomeController < ApplicationController
def index
redirect_to "http://who.yafeilee.me"
end
end