mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fixed humane -> human [ci skip]
This commit is contained in:
parent
3c52b2000c
commit
1fb2092897
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ module ActiveModel
|
||||||
@route_key << "_index" if @plural == @singular
|
@route_key << "_index" if @plural == @singular
|
||||||
end
|
end
|
||||||
|
|
||||||
# Transform the model name into a more humane format, using I18n. By default,
|
# Transform the model name into a more human format, using I18n. By default,
|
||||||
# it will underscore then humanize the class name.
|
# it will underscore then humanize the class name.
|
||||||
#
|
#
|
||||||
# class BlogPost
|
# class BlogPost
|
||||||
|
|
Loading…
Reference in a new issue