ryanb/xapit

Custom primary key (other than "id")

ryanb opened this issue · 1 comments

If one specifies a custom primary key in their Active Record model then it should use that throughout Xapit.

Oh, it seems that when a custom primary key is given in Active Record it automatically uses that attribute on the "id" method. Therefore this shouldn't be a problem.