corcel icon indicating copy to clipboard operation
corcel copied to clipboard

Adding description to User appends for easier access

Open godismyjudge95 opened this issue 2 years ago • 0 comments
trafficstars

When interacting with the User model, description is the only attribute which is aliased but not included in the appends. So despite the alias making it easier to access it is not eager loaded. The meta is already eager loaded, so this would not be any hit to performance to include it in the appends.

godismyjudge95 avatar May 05 '23 01:05 godismyjudge95