home site rendering works; fixed remote rendering (50% done);

This commit is contained in:
Tobias Klika
2011-07-02 04:56:00 +02:00
parent 7bda55c936
commit dac0f9349b
13 changed files with 255 additions and 99 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ Nineminutes::Application.routes.draw do
resources :users, :only => [ :show, :update, :edit, :create ]
get "/home", :to => "home#show"
get "/home", :to => "home#index"
root :to => "home#index"
end