Fix Rubocop complains
Fixes: 1. You specified required: true, in Rails > 5.0 the required option is deprecated and you want to use optional: false. In most configurations, this is the default and you can omit this option altogether 2. Enum defined as an array found in operator enum declaration. Use hash syntax instead.
Showing
Please register or sign in to comment