diff options
author | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2013-03-23 14:01:57 -0700 |
---|---|---|
committer | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2013-03-23 14:01:57 -0700 |
commit | 86414677f83895e5846ee395c15a839577e928fd (patch) | |
tree | 030ec472755d3918ca755ac7aa75ad1206d3d209 /activemodel | |
parent | 93c498b2a827fa47dbb0493fc05afbf58ec3f50f (diff) | |
parent | ba7c9d76af9c4ec1e02d6caadb94f60da2bb2860 (diff) | |
download | rails-86414677f83895e5846ee395c15a839577e928fd.tar.gz rails-86414677f83895e5846ee395c15a839577e928fd.tar.bz2 rails-86414677f83895e5846ee395c15a839577e928fd.zip |
Merge pull request #9890 from prathamesh-sonpatki/CL-Typos
activemodel/CHANGELOG typo and change in test description
Diffstat (limited to 'activemodel')
-rw-r--r-- | activemodel/CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activemodel/CHANGELOG.md b/activemodel/CHANGELOG.md index 62d684fd0b..b4ada0e0b5 100644 --- a/activemodel/CHANGELOG.md +++ b/activemodel/CHANGELOG.md @@ -91,7 +91,7 @@ *Yves Senn* -* Use BCrypt's `MIN_COST` in the test environment for speedier tests when using `has_secure_pasword`. +* Use BCrypt's `MIN_COST` in the test environment for speedier tests when using `has_secure_password`. *Brian Cardarella + Jeremy Kemper + Trevor Turk* |