mirror of
https://github.com/aasm/aasm
synced 2023-03-27 23:22:41 -04:00
Fix migration example in README
This commit is contained in:
parent
636a25f45d
commit
0bb5925da6
1 changed files with 1 additions and 1 deletions
|
@ -299,7 +299,7 @@ class AddJobState < ActiveRecord::Migration
|
|||
end
|
||||
|
||||
def self.down
|
||||
remove_column :job, :aasm_state
|
||||
remove_column :jobs, :aasm_state
|
||||
end
|
||||
end
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue