Skip to content

Commit

Permalink
Fix up/down column change example code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
codeodor committed Dec 29, 2012
1 parent 1d38c82 commit 0b79a93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/source/migrations.md
Expand Up @@ -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|
Expand Down

0 comments on commit 0b79a93

Please sign in to comment.