https://github.com/driftingruby/290-multiple-resources-with-devise
Sometimes we get into situations where our applications requires a different type of user account which wouldn't really fit into a role. So, in this episode we look at creating multiple resources for authentication with Devise.
https://github.com/driftingruby/290-multiple-resources-with-devise
Last synced: 7 months ago
JSON representation
Sometimes we get into situations where our applications requires a different type of user account which wouldn't really fit into a role. So, in this episode we look at creating multiple resources for authentication with Devise.
- Host: GitHub
- URL: https://github.com/driftingruby/290-multiple-resources-with-devise
- Owner: driftingruby
- Created: 2021-04-05T05:46:04.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-05T05:49:58.000Z (almost 5 years ago)
- Last Synced: 2025-02-15T08:31:20.312Z (12 months ago)
- Language: Ruby
- Size: 164 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
This README would normally document whatever steps are necessary to get the
application up and running.
Things you may want to cover:
* Ruby version
* System dependencies
* Configuration
* Database creation
* Database initialization
* How to run the test suite
* Services (job queues, cache servers, search engines, etc.)
* Deployment instructions
* ...