add to_contact and contacted tabs

This commit is contained in:
nasia 2017-08-29 12:04:31 +03:00
parent 9d2d1c0e5a
commit 7cd1635317
6 changed files with 78 additions and 19 deletions

View file

@ -121,6 +121,7 @@ Osem::Application.routes.draw do
member do
patch :confirm
patch :cancel
patch :contact
end
end
resources :lodgings, except: [:show]