company_scope 0.6 → 0.7
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.
- checksums.yaml +4 -4
- data/README.md +0 -2
- data/lib/company_scope/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 79de46e2b5ca59bec724094c5858229a1e336798
|
|
4
|
+
data.tar.gz: b0f45349ac3462c5d1ebfa495084232e466be606
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 61fe3ea5c9f4cb1535cace527c0a9c2cca55fc831ab887f548231b12572ba7f882dffdf9bccfe6191ee7576ef0cabd96798e7f2411bda5ea2690fd4dc72be569
|
|
7
|
+
data.tar.gz: 4e976917b07f0561e269043b241fc8a16a96bdb5b57df7fa77b6557c0b9d05d1e57cd33050e334c4cdf98f8f9110983bae579ecff03eb2bafc089d61cded1922
|
data/README.md
CHANGED
|
@@ -201,8 +201,6 @@ it will be the model that all others will be scoped with.
|
|
|
201
201
|
The method parameter defaults to :company but can be another model of your choosing such as Account.
|
|
202
202
|
Each model that is scoped by the Company needs to have the company_id column.
|
|
203
203
|
|
|
204
|
-
NB: The 'CompanyScope' gem does not handle the process of adding migrations or changes to the DB.
|
|
205
|
-
|
|
206
204
|
|
|
207
205
|
### Scoping your models
|
|
208
206
|
|