Clowne v1.1.0 Release Notes

Release Date: 2019-03-20 // about 5 years ago
  • โž• Added after_clone declaration (PR)
    This is intermediate callback between finalize and after_persist which is called for built but not persisted record.

    class ACloner \< Clowne::Clonerafter\_clone do |\_origin, clone, \*\*| # actualize user attributeclone.draft\_count = clone.posts.countend
    

    ๐Ÿ‘€ See more in docs.
    ๐Ÿ‘ฏ From Cult of Martians.


    Added support for belongs_to association (only for active_record adapter) (PR).
    ๐Ÿ“„ Please read small notice if you want to use it.
    From Cult of Martians.