mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fix missing /ruby block
This commit is contained in:
parent
718d0ea985
commit
b6d7ce9f23
1 changed files with 1 additions and 0 deletions
|
@ -305,6 +305,7 @@ class RemovePartNumberFromProducts < ActiveRecord::Migration
|
||||||
add_column :products, :part_number, :string
|
add_column :products, :part_number, :string
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
</ruby>
|
||||||
|
|
||||||
You are not limited to one magically generated column, for example
|
You are not limited to one magically generated column, for example
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue