Skip to content

Commit 9683f91

Browse files
committed
update readme
1 parent f1cdf61 commit 9683f91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Point the GraphQL IDE to `http://0.0.0.0:3000/graphql`
7676
## What's included?
7777

7878
### 1. Database
79-
The app uses a postgresql database. It implements the connector with the gem `pg`. The app already includes a `User` model with basic setup.
79+
The app uses a postgresql database. It implements the connector with the gem `pg`. The app already includes a `User` and a `Account` model with basic setup. We see an `Account` as a company with it's users. We did **not** add multi-tenancy to this app. If you want to do it by yourself check out the [apartment](https://github.com/influitive/apartment) gem.
8080

8181
### 2. Authentication
8282
The app uses [devise](https://github.com/plataformatec/devise)'s logic for authentication. For graphQL API we use the JWT token, but to access the rails_admin backend we use standard devise views, but registration is excluded.

0 commit comments

Comments
 (0)