pocke / rbs_rails

Apache License 2.0
285 stars 33 forks source link

Support Rails7 style enum definitions #267

Closed tk0miya closed 9 months ago

tk0miya commented 1 year ago

Since Rails7, the enum definition style has been changed. Therefore RbsRails::ActiveRecord#build_enum_definitions should support both old and new styles.

tk0miya commented 9 months ago

I think this approach is too much. So I'm withdrawing this. Please review #268 instead.