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:
parent
1d38c82b7a
commit
0b79a93daf
1 changed files with 1 additions and 1 deletions
|
@ -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|
|
||||
|
|
Loading…
Reference in a new issue