diff options
author | Lebin Sebastian F <libinenjoy@gmail.com> | 2013-03-04 13:23:23 +0530 |
---|---|---|
committer | Lebin Sebastian F <libinenjoy@gmail.com> | 2013-03-04 13:23:23 +0530 |
commit | 50b3b968d481a6cef9122b2e3fe33f61b8f44179 (patch) | |
tree | c7ac91e67c614a65064e72b6d5abdc5b37d9f034 /activemodel/lib/active_model | |
parent | b7d50f352fc8918cc63dc6bb0f3e3d77fb7420cc (diff) | |
download | rails-50b3b968d481a6cef9122b2e3fe33f61b8f44179.tar.gz rails-50b3b968d481a6cef9122b2e3fe33f61b8f44179.tar.bz2 rails-50b3b968d481a6cef9122b2e3fe33f61b8f44179.zip |
Small Typo
Diffstat (limited to 'activemodel/lib/active_model')
-rw-r--r-- | activemodel/lib/active_model/conversion.rb | 2 |
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. # |