You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 11, 2025. It is now read-only.
How can we realise something like a set of a specific type, i.e attribute :selected_months, :set, class_name: Porro::Types::Enum.new(1..12)
How to set a default value for an attribute, e.g attribute :something, :string, default: 'a meaningful default'
Shouldn't we initialize an empty collection by default, e.g attribute :friends, :set, class_name: :string causes an_instance.friends to return nil wouldn't it make more sense to have something like an_instance.friends << "barry the dog"