We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
I tried making a blueprint for a has one association (where User has_one Profile:
User.blueprint(:with_profile) do profile # I also tried profile(1) end Profile.blueprint do user end
But they don't seem to work. I can't find any info regarding this either. Is this thing possible?