Add Bike Brand Controller and Views

This commit is contained in:
Jason Denney
2012-12-08 16:36:04 -05:00
parent 128cf32bfa
commit 01923723ff
6 changed files with 72 additions and 7 deletions
+4 -7
View File
@@ -7,14 +7,11 @@ Velocipede::Application.routes.draw do
match 'site/index' => 'site#index'
resources :teams, :except => [:edit, :delete] do
member do
post :join
end
end
resources :bike_brands, :except => [:edit, :delete]
#resources :clues
#resources :maps
resources :clues
resources :maps
# Sample of regular route:
# match 'products/:id' => 'catalog#view'
# Keep in mind you can assign values other than :controller and :action