contacts page refactoring

This commit is contained in:
Eugene Korbut 2009-02-09 01:00:26 +10:00
parent e7d134fa28
commit 155c766a29
11 changed files with 45 additions and 47 deletions

View file

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