Fix some rubocop complaints
This commit is contained in:
parent
42d43319c5
commit
974d12db30
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
class AddSubmissionTextToEvents < ActiveRecord::Migration[5.2]
|
class AddSubmissionTextToEvents < ActiveRecord::Migration[5.2]
|
||||||
def change
|
def change
|
||||||
add_column :events, :submission_text, :text
|
add_column :events, :submission_text, :text
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue