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

Make 'belongsTo' function return cached value if available #294

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

hbj
Copy link
Contributor

@hbj hbj commented Jun 8, 2013

When acting as a sync getter, the 'bleongsTo' function should return the cached value if available, not the fk. This makes it very valuable in views, so that we can prefetch the related models in the controller by using an async call (or 'input') and use the sync getter in the views.

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

Successfully merging this pull request may close these issues.

1 participant