From 7789e2138fc0479846c20bc68d68973636a4a760 Mon Sep 17 00:00:00 2001
From: Kelly Rauchenberger <fefferburbia@gmail.com>
Date: Tue, 12 Mar 2019 21:50:00 -0400
Subject: Started game tracker

---
 config/routes.rb | 4 ++++
 1 file changed, 4 insertions(+)

(limited to 'config')

diff --git a/config/routes.rb b/config/routes.rb
index 512c319..240beae 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -13,6 +13,8 @@ Rails.application.routes.draw do
     end
 
     resources :links, except: [:show]
+
+    resources :games, except: [:show]
   end
 
   mount Ckeditor::Engine => '/ckeditor'
@@ -28,6 +30,8 @@ Rails.application.routes.draw do
 
   get 'thinks/:slug', to: 'streams#show', as: :stream
 
+  get 'plays', to: 'games#index'
+
   resources :tags, only: [], param: :name do
     collection do
       get 'suggest'
-- 
cgit 1.4.1