``` rails generate multitenancy --skip-views --skip-tests ``` this way we: - don't care about rails changes - can integrate into an existing app https://guides.rubyonrails.org/rails_application_templates.html Example of a well-built template https://github.com/lazaronixon/the_construct
this way we:
https://guides.rubyonrails.org/rails_application_templates.html
Example of a well-built template
https://github.com/lazaronixon/the_construct