5 lines
123 B
Ruby
5 lines
123 B
Ruby
|
|
class RemoveDefaultChipFromHomies < ActiveRecord::Migration[5.2]
|
||
|
|
def change
|
||
|
|
remove_reference :homies, :chip
|
||
|
|
end
|
||
|
|
end
|