Add admin support contact form
This commit is contained in:
parent
5053d4a7d9
commit
b9af07b845
7 changed files with 155 additions and 4 deletions
|
@ -137,6 +137,8 @@ Rails.application.routes.draw do
|
|||
get "contact", to: "support#index"
|
||||
post "contact", to: "support#create"
|
||||
|
||||
get "contact-admin", to: "support#admin"
|
||||
|
||||
post "webhooks/helpscout", to: "webhook#helpscout"
|
||||
match "webhooks/helpscout", to: lambda { |_| [204, {}, nil] }, via: :head
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue