Implement Sandbox
This commit is contained in:
committed by
Amaia Castro
parent
70bb08564f
commit
b35683f75e
@@ -1,5 +1,10 @@
|
||||
Rails.application.routes.draw do
|
||||
|
||||
if Rails.env.development? || Rails.env.staging?
|
||||
get '/sandbox' => 'sandbox#index'
|
||||
get '/sandbox/*template' => 'sandbox#show'
|
||||
end
|
||||
|
||||
devise_for :users, controllers: {
|
||||
registrations: 'users/registrations',
|
||||
sessions: 'users/sessions',
|
||||
|
||||
Reference in New Issue
Block a user