Add frozen string literal comment

This commit is contained in:
Andreas Nedbal 2022-11-13 14:40:34 +01:00
parent 1fd50daa22
commit 3569cb335c
1 changed files with 2 additions and 0 deletions

View File

@ -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