Associations between schemas of different contexts

You can just have a user_id on another context’s resource and then use the Accounts context to access your user resource (Accounts.get_user(user_id) or so). That’s totally valid :slight_smile:

From Phoenix v1.3.0-rc.0 released - #70 by josevalim

4 Likes