From 543b37a327d8ad70cd2c46666759f5fae06f6c32 Mon Sep 17 00:00:00 2001 From: mo khan Date: Mon, 2 Feb 2015 21:34:28 -0700 Subject: create scaffold for events. --- config/routes.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config') diff --git a/config/routes.rb b/config/routes.rb index 3f66539..4aca907 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -1,4 +1,6 @@ Rails.application.routes.draw do + resources :events + # The priority is based upon order of creation: first created -> highest priority. # See how all your routes lay out with "rake routes". -- cgit v1.2.3