added required role for conntrollers. tags has albums. search tags/title/desc in album

This commit is contained in:
Espen Antonsen 2009-06-08 16:16:30 +02:00
parent f29cc5efaf
commit c4966f7bc6
7 changed files with 51 additions and 19 deletions

View file

@ -9,7 +9,7 @@ ActionController::Routing::Routes.draw do |map|
map.resources :photos, :collection => { :untouched => :get }
map.resources :albums, :collection => { :untouched => :get }, :member => { :upload => :get}, :has_many => [ :photos ]
map.resources :collections
map.resources :tags, :has_many => [ :photos ]
map.resources :tags, :has_many => [ :photos, :albums ]
map.namespace :admin do |admin|
admin.resources :users