Fix Rails/ThreeStateBooleanColumn cop (#33269)
This commit is contained in:
@@ -2,6 +2,6 @@
|
||||
|
||||
class AddRejectMediaToDomainBlocks < ActiveRecord::Migration[5.0]
|
||||
def change
|
||||
add_column :domain_blocks, :reject_media, :boolean
|
||||
add_column :domain_blocks, :reject_media, :boolean # rubocop:disable Rails/ThreeStateBooleanColumn
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user