summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2014-06-14 09:06:23 -0600
committermo khan <mo@mokhan.ca>2014-06-14 09:06:23 -0600
commitca17c8ddbc307d4c41cfd99f47d43c2dda07475c (patch)
treed8bb79ffdbf46a7030db7313f0586d5c340e574d /config
parent75b8f0a5a1f7278c3006588d2be06c003fc107e0 (diff)
install backbone and generate backbone cake model.
Diffstat (limited to 'config')
-rw-r--r--config/routes.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb
index c2182851..58c2ea00 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -18,6 +18,7 @@ Cake::Application.routes.draw do
resources :favorites, :only => [:index, :create]
get 'page/:page', :action => :index, :on => :collection
end
+ resources :cakes
resources :profiles, :only => [:index, :show] do
get 'page/:page', :action => :index, :on => :collection