We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fa3ee5 commit e3b4864Copy full SHA for e3b4864
CHANGELOG.md
@@ -1,5 +1,18 @@
1
## [Unreleased]
2
3
+#### Add
4
+
5
+- `MultiTenantSupport.set_current_tenant`
6
+- `MultiTenantSupport.without_current_tenant`
7
+- `MultiTenantSupport.full_protected?`
8
+- `MultiTenantSupport.unprotected?`
9
+- `MultiTenantSupport.turn_off_protection`
10
+- `MultiTenantSupport.turn_on_full_protection`
11
12
+#### Remove
13
14
+- `MultiTenantSupport.disallow_read_across_tenant?`
15
16
## [1.3.1] - 2021-10-10
17
18
- Make ViewHelper work in both controller and view
0 commit comments