Hanami::Model v1.1.0.rc1 Release Notes

Release Date: 2017-10-16 // over 6 years ago
  • ➕ Added

    • 👍 [Marcello Rocha] Added support for associations aliasing via :as option (has_many :users, through: :comments, as: :authors)
    • [Luca Guidi] Allow entities to be used as type in entities manual schema (attribute :owner, Types::Entity(User))