Fix typo
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
Rails.application.routes.draw do
|
Rails.application.routes.draw do
|
||||||
|
|
||||||
mount Ckeditor::Engine => '/ckeditor'
|
mount Ckeditor::Engine => '/ckeditor'
|
||||||
|
|
||||||
if Rails.env.development? || Rails.env.staging?
|
if Rails.env.development? || Rails.env.staging?
|
||||||
get '/sandbox' => 'sandbox#index'
|
get '/sandbox' => 'sandbox#index'
|
||||||
get '/sandbox/*template' => 'sandbox#show'
|
get '/sandbox/*template' => 'sandbox#show'
|
||||||
|
|||||||
Reference in New Issue
Block a user