Caio Felipe Motta Ladeia
Caio Felipe Motta Ladeia
I saw the same problem here: #581
@anilmaurya I have a enum in my model like that: ```ruby class Bill < ApplicationRecord enum billet_status: { pending_registration: 0, registered: 1, bank_settled: 2 } end aasm do state :pending_registration,...
Trying to resume this behavior: This happens when i tried: ```ruby class Bill < ApplicationRecord enum billet_status: { pending_registration: 0, registered: 1 } aasm column: :billet_status, enum: true do state...
> Using the current version of Draper from RubyGems results in errors like these. Support for Ruby 3 kwargs was added to git, but has not been released yet. Try...