Guest User

Untitled

a guest
Jun 14th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. # this works
  2. belongs_to :company, :foreign_key => 'companyId'
  3. # this does not, although it should be equivalent?
  4. belongs_to :company, :foreign_key => Company.primary_key # Company.primary_key is "companyId"
Add Comment
Please, Sign In to add comment