Skip to content

Commit

Permalink
Merge pull request #354 from kikyous/kikyous-patch-1
Browse files Browse the repository at this point in the history
update_column instead of change_column
  • Loading branch information
alto committed May 3, 2016
2 parents a886c80 + 2ba38b6 commit 92a707e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -524,7 +524,7 @@ successful or `false` if errors occur. Exceptions are not raised.
If you want make sure the state gets saved without running validations (and
thereby maybe persisting aninvalid object state), simply tell AASM to skip the
validations. Be aware that when skipping validations, only the state column will
be updated in the database (just like ActiveRecord `change_column` is working).
be updated in the database (just like ActiveRecord `update_column` is working).

```ruby
class Job < ActiveRecord::Base
Expand Down

0 comments on commit 92a707e

Please sign in to comment.