cjheath/activefacts

Rails model generator added pkey when not needed

Opened this issue · 0 comments

The Rails model generator is adding a "self.primary_key =" when the table has no pkey, for example on a join table.