1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Fix up/down column change example code formatting

This commit is contained in:
Sammy Larbi 2012-12-29 10:50:05 -06:00
parent 1d38c82b7a
commit 0b79a93daf

View file

@ -79,7 +79,7 @@ end
Alternatively, you can use `up` and `down` instead of `change`:
``ruby
```ruby
class ChangeProductsPrice < ActiveRecord::Migration
def up
change_table :products do |t|