about summary refs log tree commit diff
path: root/config/routes.rb
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2017-01-21 22:19:27 +0100
committerEugen Rochko <eugen@zeonfederated.com>2017-01-21 22:19:27 +0100
commitf036c6440bb82ba627784b32dadc2a3309c7a1b4 (patch)
treeb62350c87a623caa8cbc693fa70f388ab7447e1f /config/routes.rb
parent3a4b5961bea66681ba9c455fcfd3ec497bfaed2f (diff)
parente028406db4bba2d2fa924d3777e47b51983dc800 (diff)
Merge branch 'ineffyble-master'
Diffstat (limited to 'config/routes.rb')
-rw-r--r--config/routes.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb
index 349ab336a..7b9cda908 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -3,6 +3,7 @@
 require 'sidekiq/web'
 
 Rails.application.routes.draw do
+  mount LetterOpenerWeb::Engine, at: 'letter_opener' if Rails.env.development?
   mount ActionCable.server, at: 'cable'
 
   authenticate :user, lambda { |u| u.admin? } do