adding debugger and opal rails

This commit is contained in:
Torsten Ruger
2018-04-16 20:36:16 +03:00
parent 9c241218b7
commit 8d6e78c53f
10 changed files with 103 additions and 11 deletions

View File

@@ -2,6 +2,8 @@ Rails.application.routes.draw do
root to: 'high_voltage/pages#show' , id: 'index'
get "/debugger" , to: "debugger#index" , as: :debugger_index
get "/blog" , to: "blog#index" , as: :blog_index
get "/blog/*title" , to: "blog#post" , as: :blog_post