Add frozen string literal comment
This commit is contained in:
parent
1fd50daa22
commit
3569cb335c
|
@ -1,3 +1,5 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
class AddPrivacyRequireUserToUsers < ActiveRecord::Migration[6.1]
|
||||
def up
|
||||
add_column :users, :privacy_require_user, :boolean, default: false
|
||||
|
|
Loading…
Reference in New Issue