Skip to content

Commit

Permalink
Fixes type
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan McClain committed Aug 8, 2012
1 parent a4c78f5 commit 14fcb82
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 @@ -36,7 +36,7 @@ Take care when dealing with arrays and other types that allow you to
update their value in place. In place changes are not currently tracked
in Rails (see [this issue](https://github.com/rails/rails/issues/6954)).
To track changes that happen via `#<<` or other instance methods, be
sure to call `<attribute>_will_change!` so that Active Record nows to
sure to call `<attribute>_will_change!` so that Active Record knows to
persist the change.

## Migration/Schema.rb support
Expand Down

0 comments on commit 14fcb82

Please sign in to comment.