summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/assets/stylesheets/custom.css.scss1
-rw-r--r--config/routes.rb2
2 files changed, 3 insertions, 0 deletions
diff --git a/app/assets/stylesheets/custom.css.scss b/app/assets/stylesheets/custom.css.scss
new file mode 100644
index 0000000..b0692d8
--- /dev/null
+++ b/app/assets/stylesheets/custom.css.scss
@@ -0,0 +1 @@
+@import "bootstrap"; \ No newline at end of file
diff --git a/config/routes.rb b/config/routes.rb
index f13c891..bc29e15 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -13,6 +13,8 @@ Leaguer::Application.routes.draw do
resources :servers
+ resources :games
+
# The priority is based upon order of creation: first created -> highest priority.
# See how all your routes lay out with "rake routes".