Autofix Rubocop Style/BlockDelimiters (#23706)
This commit is contained in:
parent
c0d7c855b3
commit
167709f6b0
4 changed files with 18 additions and 31 deletions
|
@ -1,7 +1,7 @@
|
|||
class AddVisibleInPickerToCustomEmoji < ActiveRecord::Migration[5.1]
|
||||
def change
|
||||
safety_assured {
|
||||
safety_assured do
|
||||
add_column :custom_emojis, :visible_in_picker, :boolean, default: true, null: false
|
||||
}
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue