Fix letter opener; tweak ticket display

This commit is contained in:
Michael Ball 2020-06-18 04:14:38 -07:00
parent a5c10dc161
commit 545b4b8852
4 changed files with 10 additions and 1 deletions

View file

@ -1,5 +1,7 @@
Osem::Application.routes.draw do
mount LetterOpenerWeb::Engine, at: "/letter_opener" if Rails.env.development?
constraints DomainConstraint do
get '/', to: 'conferences#show'
end