changeset 6:82cb8887fb56

Hahaha, no assets.
author edogawaconan <me@myconan.net>
date Fri, 05 Sep 2014 18:30:35 +0900
parents 489002ad6ebf
children a9d5b12a291f
files app/assets/stylesheets/application.css config/routes.rb
diffstat 2 files changed, 1 insertions(+), 16 deletions(-) [+]
line wrap: on
line diff
--- 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
- */
--- 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'