Fix letter opener; tweak ticket display
This commit is contained in:
parent
a5c10dc161
commit
545b4b8852
4 changed files with 10 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue