app/models/scratch.rb
Showing 1 of 1 total issue
Use %i
or %I
for an array of symbols. Open
Open
enum scratch_type: [:discretionary, :tab]
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
%i
or %I
for an array of symbols. enum scratch_type: [:discretionary, :tab]