acts_as_tenant 0.2 → 0.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.md +1 -1
- data/lib/acts_as_tenant/version.rb +1 -1
- metadata +1 -1
data/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Acts As Tenant
|
|
2
2
|
==============
|
|
3
3
|
|
|
4
|
-
|
|
4
|
+
**Note**: acts_as_tenant was introduced in this [blog post](http://www.rollcallapp.com/blog/2011/10/03/adding-multi-tenancy-to-your-rails-app-acts-as-tenant).
|
|
5
5
|
|
|
6
6
|
This gem was born out of our own need for a fail-safe and out-of-the-way manner to add multi-tenancy to our Rails app through a shared database strategy, that integrates (near) seamless with Rails.
|
|
7
7
|
|