riboseinc / activeid

Binary UUID keys in Rails

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make clear in README to explicitly declare all UUID columns

ribose-jeffreylau opened this issue · comments

related to #57

As this is different from the behaviour of the original gem, it helps to clarify that all UUID columns have to be explicitly declared in the model.

Something like adding a NOTE: under Adding UUIDs to models may suffice.