Enable Rubocop Style/FrozenStringLiteralComment (#23793)
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
class AddInviteIdToUsers < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
safety_assured { add_reference :users, :invite, null: true, default: nil, foreign_key: { on_delete: :nullify }, index: false }
|
||||
|
Reference in New Issue
Block a user