Skip to content

Commit

Permalink
fixes #110
Browse files Browse the repository at this point in the history
  • Loading branch information
mbulat committed Sep 25, 2020
1 parent 3ac555c commit 89b8a63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ entry = Plutus::Entry.build(
Multitenancy Support
=====================

Plutus supports multitenant applications. Multitenancy is acheived by associating all Accounts under `Plutus::Account` with a "Tenant" object (typically some model in your Rails application). To add multi-tenancy support to Plutus, you must do the following:
Plutus supports multitenant applications. Multitenancy is achieved by associating all Accounts under `Plutus::Account` with a "Tenant" object (typically some model in your Rails application). To add multi-tenancy support to Plutus, you must do the following:

- Generate the migration which will add `tenant_id` to the plutus accounts table

Expand Down

0 comments on commit 89b8a63

Please sign in to comment.