diff options
author | Nicholas Rowe <nixterrimus@gmail.com> | 2011-02-17 20:34:22 -0500 |
---|---|---|
committer | Nicholas Rowe <nixterrimus@gmail.com> | 2011-02-17 20:34:22 -0500 |
commit | a906deabc6554f6271b3d9a84384c101edaad921 (patch) | |
tree | 55502a0a8bcfe88e3c884a54c2186f0e579bf80f /activemodel | |
parent | 1c21f75f1b32ee8723c74a9bc7af70dfa02a509c (diff) | |
download | rails-a906deabc6554f6271b3d9a84384c101edaad921.tar.gz rails-a906deabc6554f6271b3d9a84384c101edaad921.tar.bz2 rails-a906deabc6554f6271b3d9a84384c101edaad921.zip |
fix type: remove extra period
Diffstat (limited to 'activemodel')
-rw-r--r-- | activemodel/lib/active_model/naming.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activemodel/lib/active_model/naming.rb b/activemodel/lib/active_model/naming.rb index 44aedc8efd..3f430f94a6 100644 --- a/activemodel/lib/active_model/naming.rb +++ b/activemodel/lib/active_model/naming.rb @@ -69,7 +69,7 @@ module ActiveModel # # Providing the functionality that ActiveModel::Naming provides in your object # is required to pass the Active Model Lint test. So either extending the provided - # method below, or rolling your own is required.. + # method below, or rolling your own is required. module Naming # Returns an ActiveModel::Name object for module. It can be # used to retrieve all kinds of naming-related information. |