Apply rubocop rules for trailing commas

This commit is contained in:
Javi Martín
2019-10-26 13:52:27 +02:00
parent a727dcc031
commit 88c70366a7
6 changed files with 11 additions and 5 deletions

View File

@@ -5,7 +5,7 @@ class AddCollaborativeLegislationTranslations < ActiveRecord::Migration[4.2]
title: :string,
summary: :text,
description: :text,
additional_info: :text,
additional_info: :text
},
{ migrate_data: true }
)