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
{{ message }}
This repository has been archived by the owner on Oct 19, 2018. It is now read-only.
if for some reason you want to insure all attributes are loaded you have to say:
# trip is some record instance ... Hyperloop::Model.loaddotrip.attr1trip.attr2trip.attr3tripend.thendo |trip|
# everything you asked for in the load is loadedend
the problem is that hyperloop currently has no way of knowing which attributes are legal, so the developer has to list the attributes out based on their understanding of the current context/acting user.
Instead this would be nice: trip.load. This would have to be a new server op, as we want to use server-side policies to get the the list of available attributes for the current user, and then return the data.
The text was updated successfully, but these errors were encountered:
if for some reason you want to insure all attributes are loaded you have to say:
the problem is that hyperloop currently has no way of knowing which attributes are legal, so the developer has to list the attributes out based on their understanding of the current context/acting user.
Instead this would be nice:
trip.load
. This would have to be a new server op, as we want to use server-side policies to get the the list of available attributes for the current user, and then return the data.The text was updated successfully, but these errors were encountered: