aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel
diff options
context:
space:
mode:
authorYves Senn <yves.senn@gmail.com>2015-02-23 16:54:40 +0100
committerYves Senn <yves.senn@gmail.com>2015-02-23 16:54:40 +0100
commite71f5dad4e0d27afbcc091173bee20bd6f4d2a4e (patch)
tree35a37ecbe45e1c8e3cf65724bdea74a1be04b2e6 /activemodel
parent98d896e0aede716ecf3918d54dfc78bad80d2878 (diff)
downloadrails-e71f5dad4e0d27afbcc091173bee20bd6f4d2a4e.tar.gz
rails-e71f5dad4e0d27afbcc091173bee20bd6f4d2a4e.tar.bz2
rails-e71f5dad4e0d27afbcc091173bee20bd6f4d2a4e.zip
some indenting and punctuation fixes. [ci skip]
Diffstat (limited to 'activemodel')
-rw-r--r--activemodel/CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/activemodel/CHANGELOG.md b/activemodel/CHANGELOG.md
index c21083698e..80b42859e2 100644
--- a/activemodel/CHANGELOG.md
+++ b/activemodel/CHANGELOG.md
@@ -14,7 +14,7 @@
* Assigning an unknown attribute key to an `ActiveModel` instance during initialization
will now raise `ActiveModel::AttributeAssignment::UnknownAttributeError` instead of
- `NoMethodError`
+ `NoMethodError`.
Example: