Multiple fixes in contacts
This commit is contained in:
parent
799802957d
commit
231b1e1d1c
7 changed files with 44 additions and 31 deletions
|
@ -1,6 +1,6 @@
|
|||
ActionController::Routing::Routes.draw do |map|
|
||||
map.resources :folders, :requirements => {:id => /[^\/]+/}
|
||||
map.resources :contacts, :member => {:add_from_mail => :get}
|
||||
map.resources :contacts, :member => {:add_from_mail => :get}, :collection => {:add_multiple => :get}
|
||||
map.resources :contact_groups
|
||||
|
||||
# Add your own custom routes here.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue