Add letter opener web

This commit is contained in:
Stella Rouzi 2021-04-11 13:53:41 +03:00
parent d647f6433a
commit f97d4ca0f1
3 changed files with 7 additions and 0 deletions

View file

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