initial commit

This commit is contained in:
Espen Antonsen 2009-05-22 14:13:46 +02:00
commit d48313b7d3
96 changed files with 15121 additions and 0 deletions

6
config/routes.rb Normal file
View file

@ -0,0 +1,6 @@
ActionController::Routing::Routes.draw do |map|
map.resources :photos
map.resources :albums
#map.connect ':controller/:action/:id'
#map.connect ':controller/:action/:id.:format'
end