Apply automatic rubocop fixes
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
class CreateExerciseCollections < ActiveRecord::Migration[4.2]
|
||||
def change
|
||||
create_table :exercise_collections do |t|
|
||||
@@ -9,6 +11,5 @@ class CreateExerciseCollections < ActiveRecord::Migration[4.2]
|
||||
t.belongs_to :exercise_collection, index: true
|
||||
t.belongs_to :exercise, index: true
|
||||
end
|
||||
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user