You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# The wrapper method may simply return the normal result or may act to secure the data.
56
-
# The simpliest case is for the method to call `denied!` which will raise a Hyperloop
56
+
# The simpliest case is for the method to call `denied!` which will raise a Hyperstack
57
57
# access protection fault.
58
58
59
59
defdenied!
60
-
Hyperloop::InternalPolicy.raise_operation_access_violation(:scoped_denied,"#{self} regulation denies scope access. Called from #{caller_locations(1)}")
60
+
Hyperstack::InternalPolicy.raise_operation_access_violation(:scoped_denied,"#{self} regulation denies scope access. Called from #{caller_locations(1)}")
61
61
end
62
62
63
63
# Here we set up the base `all` and `unscoped` methods. See below for more on how
Hyperloop::InternalPolicy.raise_operation_access_violation(:scoped_denied,"#{self.class} regulation denies scope access. Called from #{caller_locations(1)}")
279
+
Hyperstack::InternalPolicy.raise_operation_access_violation(:scoped_denied,"#{self.class} regulation denies scope access. Called from #{caller_locations(1)}")
280
280
end
281
281
282
282
# call do_not_synchronize to block synchronization of a model
0 commit comments