getting started page

This commit is contained in:
Zachary Chai
2017-02-16 17:03:58 -05:00
parent c8f8f09226
commit 64ac93f65f
6 changed files with 145 additions and 0 deletions

View File

@ -16,6 +16,8 @@
# For details on the DSL available within this file, see http://guides.rubyonrails.org/routing.html
Rails.application.routes.draw do
get 'help/getting_started'
mount ActionCable.server => '/cable'
resources :users, only: [:edit, :update]