bibendi / activerecord-postgres_enum

Integrate PostgreSQL's enum data type into ActiveRecord's schema and migrations.
MIT License
361 stars 24 forks source link

Ruby 2.7 #20

Closed bibendi closed 4 years ago

bibendi commented 4 years ago

Context

In Ruby 3.0, positional arguments and keyword arguments will be separated.

Related tickets

https://github.com/bibendi/activerecord-postgres_enum/pull/19

What's inside