make contacts searchable

This commit is contained in:
Vladimir Krylov 2015-10-22 09:49:36 +03:00
parent b088d39b0e
commit 3d2c9c01a6
7 changed files with 56 additions and 12 deletions

View file

@ -56,6 +56,7 @@ Rails.application.routes.draw do
get 'info'
get 'check'
get 'delete'
get 'search_contacts'
end
end