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