folder managing refactor

This commit is contained in:
Eugene Korbut 2009-02-08 07:22:25 +10:00
parent 69b208f27a
commit 0d20ce14b8
10 changed files with 109 additions and 88 deletions

View file

@ -1,4 +1,6 @@
ActionController::Routing::Routes.draw do |map|
map.resources :folders, :requirements => {:id => /[^\/]+/}
# Add your own custom routes here.
# The priority is based upon order of creation: first created -> highest priority.