Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch to new ActiveRecord enum args, not deprecated in Rails 7.2
Rails 7.2 says: ``` DEPRECATION WARNING: Defining enums with keyword arguments is deprecated and will be removed in Rails 8.0. Positional arguments should be used instead: enum :kithe_model_type, {:collection=>0, :work=>1, :asset=>2} ```
- Loading branch information