Proposal: Support enum in tableless model

Currently, ActiveRecord::Enum cannot be used in tableless models. However, I think it would be beneficial if we could use instance methods like ActiveModel . Therefore, how about creating ActiveModel::Enum to support tableless models? I’m interested in this issue and would like to make a pull request to address it.

2 Likes