This commit is contained in:
bee0005
2016-08-20 05:43:24 +00:00
parent 57bec7eb1a
commit e9471fdd2c
10 changed files with 3028 additions and 37 deletions

View File

@@ -7,6 +7,7 @@ Rails.application.routes.draw do
root 'plainpage#index'
get 'index' => 'plainpage#index'
get 'dashboard' => 'plainpage#dashboard'
get 'dashboard2' => 'plainpage#dashboard2'
# Example of regular route:
# get 'products/:id' => 'catalog#view'