Remove leftover sandbox code

The rest of the sandbox code was removed in commit d679c1eb.
This commit is contained in:
Javi Martín
2019-10-01 16:26:59 +02:00
parent 21fcdba8c8
commit c6c3ff5423
2 changed files with 0 additions and 51 deletions

View File

@@ -1,12 +1,6 @@
Rails.application.routes.draw do
mount Ckeditor::Engine => "/ckeditor"
if Rails.env.development? || Rails.env.staging?
get "/sandbox" => "sandbox#index"
get "/sandbox/*template" => "sandbox#show"
end
mount LetterOpenerWeb::Engine, at: "/letter_opener" if Rails.env.development?
draw :account