added ability to attach a custom domain

This commit is contained in:
shlok007 2017-08-05 01:53:59 +05:30
parent 52cdb41618
commit a612c2e5ea
5 changed files with 70 additions and 6 deletions

View file

@ -34,6 +34,8 @@ Osem::Application.routes.draw do
resources :conferences do
member do
get :custom_domain
get :attach_custom_domain
patch :update_domain
end
resource :contact, except: [:index, :new, :create, :show, :destroy]
resources :schedules, only: [:index, :create, :show, :update, :destroy]