This repository has been archived by the owner on Jul 5, 2023. It is now read-only.
0.7.1
- Allow user to customize the RBI Generator for Job and Mailer
- Handle UUIDs and have the _ids method return the correct type (T::Array[String]). Thanks to Connor Shea @connorshea
- Add plucking association suport to
pluck_to_struct
. Thanks to Daniel Gilchrist @DanielGilchrist - Add another method to Kaminary gem plugin. Thanks to Alex Ghiculescu @ghiculescu
- Generates
build_*
andcreate_*
methods for model associations. Thanks to Alex Ghiculescu @ghiculescu