contact groups controller

This commit is contained in:
Eugene Korbut 2009-09-02 00:51:29 +11:00
parent 25d965d30a
commit f2ff5eed09
5 changed files with 7 additions and 13 deletions

View file

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