Guest User

Untitled

a guest
Oct 17th, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. Rails.application.routes.draw do
  2. get 'user/show'
  3.  
  4. devise_for :users, controllers: { :omniauth_callbacks => "omniauth_callbacks", :registrations => "users/registrations" }
  5.  
  6. root 'home#index'
  7. get 'home/show'
  8.  
  9. #User MyPage
  10. resources :users
Add Comment
Please, Sign In to add comment