mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Removed extra whitespace
This commit is contained in:
parent
a2bfa5fa30
commit
4554983ab1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue