aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel
diff options
context:
space:
mode:
authorLebin Sebastian F <libinenjoy@gmail.com>2013-03-04 13:23:23 +0530
committerLebin Sebastian F <libinenjoy@gmail.com>2013-03-04 13:23:23 +0530
commit50b3b968d481a6cef9122b2e3fe33f61b8f44179 (patch)
treec7ac91e67c614a65064e72b6d5abdc5b37d9f034 /activemodel
parentb7d50f352fc8918cc63dc6bb0f3e3d77fb7420cc (diff)
downloadrails-50b3b968d481a6cef9122b2e3fe33f61b8f44179.tar.gz
rails-50b3b968d481a6cef9122b2e3fe33f61b8f44179.tar.bz2
rails-50b3b968d481a6cef9122b2e3fe33f61b8f44179.zip
Small Typo
Diffstat (limited to 'activemodel')
-rw-r--r--activemodel/lib/active_model/conversion.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activemodel/lib/active_model/conversion.rb b/activemodel/lib/active_model/conversion.rb
index 1f5d23dd8e..21e4eb3c86 100644
--- a/activemodel/lib/active_model/conversion.rb
+++ b/activemodel/lib/active_model/conversion.rb
@@ -1,5 +1,5 @@
module ActiveModel
- # == Active \Model Conversions
+ # == Active \Model Conversion
#
# Handles default conversions: to_model, to_key, to_param, and to_partial_path.
#