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
This looks really good, thank you. I have a couple of questions about the implementation decisions…
I was wondering why you chose to override Enum as opposed to having a separate stateful_enum?
And if you're open to going the composition route rather than extending AR::Base?
The text was updated successfully, but these errors were encountered:
Although I agree with the statement above. I think it is currently fine right? Unless ActiveRecord starts accepting a block argument to their enum method in a future release..
This looks really good, thank you. I have a couple of questions about the implementation decisions…
I was wondering why you chose to override Enum as opposed to having a separate stateful_enum?
And if you're open to going the composition route rather than extending AR::Base?
The text was updated successfully, but these errors were encountered: