Skip to content

Commit

Permalink
Merge pull request #62 from Nitrodist/master
Browse files Browse the repository at this point in the history
Fix migration example in README
  • Loading branch information
alto committed Apr 19, 2013
2 parents 636a25f + 0bb5925 commit 7d43893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ class AddJobState < ActiveRecord::Migration
end

def self.down
remove_column :job, :aasm_state
remove_column :jobs, :aasm_state
end
end
```
Expand Down

0 comments on commit 7d43893

Please sign in to comment.