Skip to content

Commit

Permalink
Removed extra whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
smartinez87 committed Apr 27, 2011
1 parent a2bfa5f commit 4554983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activemodel/lib/active_model/naming.rb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def _singularize(string, replacement='_')
# BookModule::BookCover.model_name.i18n_key # => "book_module.book_cover" # BookModule::BookCover.model_name.i18n_key # => "book_module.book_cover"
# #
# Providing the functionality that ActiveModel::Naming provides in your object # 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. # method below, or rolling your own is required.
module Naming module Naming
# Returns an ActiveModel::Name object for module. It can be # Returns an ActiveModel::Name object for module. It can be
Expand Down

0 comments on commit 4554983

Please sign in to comment.