From b27c40637aaf2549f91faec8e87f6d4afa9a7380 Mon Sep 17 00:00:00 2001 From: aditya-kapoor Date: Tue, 20 Aug 2013 14:21:36 +0530 Subject: fixed a typo --- activemodel/lib/active_model/attribute_methods.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/activemodel/lib/active_model/attribute_methods.rb b/activemodel/lib/active_model/attribute_methods.rb index f336c759d2..6eb5409056 100644 --- a/activemodel/lib/active_model/attribute_methods.rb +++ b/activemodel/lib/active_model/attribute_methods.rb @@ -14,7 +14,7 @@ module ActiveModel class MissingAttributeError < NoMethodError end - # == Active \Model Attribute Methods + # == Active Model Attribute Methods # # ActiveModel::AttributeMethods provides a way to add prefixes and # suffixes to your methods as well as handling the creation of -- cgit v1.2.3