Scaffold controller and route
This commit is contained in:
@@ -42,6 +42,8 @@ Rails.application.routes.draw do
|
||||
|
||||
get '/help', to: 'application#help'
|
||||
|
||||
get 'statistics/', to: 'statistics#show'
|
||||
|
||||
concern :statistics do
|
||||
member do
|
||||
get :statistics
|
||||
|
Reference in New Issue
Block a user