Okechi Onyeje 14778da673 set up devise for sign up and login
- currently working to add company_id field
2017-01-09 13:46:23 -05:00

7 lines
213 B
Ruby

Rails.application.routes.draw do
devise_for :users, :controllers => { registrations: 'registrations' }
# For details on the DSL available within this file, see http://guides.rubyonrails.org/routing.html
end