Fix some rubocop complaints

This commit is contained in:
CactusPuppy 2021-02-25 20:30:27 -08:00
parent 42d43319c5
commit 974d12db30
No known key found for this signature in database
GPG key ID: 4B33B0A3E15E2C82

View file

@ -1,5 +1,5 @@
class AddSubmissionTextToEvents < ActiveRecord::Migration[5.2]
def change
add_column :events, :submission_text, :text
add_column :events, :submission_text, :text
end
end