Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow the relationships to lazy load meta_data. #100

Open
baash05 opened this issue Apr 28, 2018 · 2 comments
Open

Allow the relationships to lazy load meta_data. #100

baash05 opened this issue Apr 28, 2018 · 2 comments

Comments

@baash05
Copy link

baash05 commented Apr 28, 2018

I'd love to be able to selectively run logic in the meta only if the relationship is included.
So I could avoid calling the Posts.count method if posts weren't included.
It would also allow me to use Posts.size and perhaps take advantage of eager loading.

@beauby
Copy link
Member

beauby commented Jun 13, 2018

Thanks for your feedback – I do not have time to add new features at the moment but I'll keep this issue open in case someone else wants to tackle it in the mean time.

@beauby
Copy link
Member

beauby commented Apr 5, 2019

Ref #101.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants