diff options
author | Sebastian Martinez <sebastian@wyeworks.com> | 2011-04-26 23:29:11 -0300 |
---|---|---|
committer | Sebastian Martinez <sebastian@wyeworks.com> | 2011-04-26 23:29:11 -0300 |
commit | 4554983ab18ec60a3575f469125c3b0d98df4e33 (patch) | |
tree | 5ff167f7ef5ce0522022c67a7f0ba3880c86f21b /activemodel/lib/active_model | |
parent | a2bfa5fa305d7eebfee1bcb2c556112a3e03f2c2 (diff) | |
download | rails-4554983ab18ec60a3575f469125c3b0d98df4e33.tar.gz rails-4554983ab18ec60a3575f469125c3b0d98df4e33.tar.bz2 rails-4554983ab18ec60a3575f469125c3b0d98df4e33.zip |
Removed extra whitespace
Diffstat (limited to 'activemodel/lib/active_model')
-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 315ccd40e9..74708692af 100644 --- a/activemodel/lib/active_model/naming.rb +++ b/activemodel/lib/active_model/naming.rb @@ -68,7 +68,7 @@ module ActiveModel # BookModule::BookCover.model_name.i18n_key # => "book_module.book_cover" # # Providing the functionality that ActiveModel::Naming provides in your object - # is required to pass the Active Model Lint test. So either extending the provided + # is required to pass the Active Model Lint test. So either extending the provided # method below, or rolling your own is required. module Naming # Returns an ActiveModel::Name object for module. It can be |