After releasing version 0.1.0
, I get the feeling I need to add one more feature to this gem, the ability to configure in global and per model. Actually, it’s a small change, but I haven’t had enough time to do it. Now, it’s complete.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
|
In the example above, it will merge the global configuration options with the passed in options in has_uuid
.
There’s a config generator that generates the default configuration file into config/initializers directory. Run the following generator command, then edit the generated file.
1
|
|