-
Notifications
You must be signed in to change notification settings - Fork 145
Open
Labels
Description
I think something like dry types enums would be a great addition to the library!!
class Book < ActiveInteraction::Base
enum :state, values: ["open", "closed"]
end
Reactions are currently unavailable