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
I think this is one of the things that made DA great,
Obj.with_permissions_to(:read)...
means that the controller does not have to know anything about access control to efficiently get inormation from the database.
The text was updated successfully, but these errors were encountered:
I think this is one of the things that made DA great,
Obj.with_permissions_to(:read)...
means that the controller does not have to know anything about access control to efficiently get inormation from the database.
The text was updated successfully, but these errors were encountered: