# HG changeset patch # User edogawaconan # Date 1409909435 -32400 # Node ID 82cb8887fb567f12a9cd1a1cb39186b117f16497 # Parent 489002ad6ebf633ae8ab8a7e3f0e4f768984574a Hahaha, no assets. diff -r 489002ad6ebf -r 82cb8887fb56 app/assets/stylesheets/application.css --- a/app/assets/stylesheets/application.css Fri Sep 05 18:29:42 2014 +0900 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,15 +0,0 @@ -/* - * This is a manifest file that'll be compiled into application.css, which will include all the files - * listed below. - * - * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets, - * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path. - * - * You're free to add application-wide styles to this file and they'll appear at the bottom of the - * compiled file so the styles you add here take precedence over styles defined in any styles - * defined in the other CSS/SCSS files in this directory. It is generally better to create a new - * file per style scope. - * - *= require_tree . - *= require_self - */ diff -r 489002ad6ebf -r 82cb8887fb56 config/routes.rb --- a/config/routes.rb Fri Sep 05 18:29:42 2014 +0900 +++ b/config/routes.rb Fri Sep 05 18:30:35 2014 +0900 @@ -3,7 +3,7 @@ # See how all your routes lay out with "rake routes". # You can have the root of your site routed with "root" - # root 'welcome#index' + root 'static#index' # Example of regular route: # get 'products/:id' => 'catalog#view'