1
0
Fork 0
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:
Pratik 2015-09-26 00:51:46 +05:30
parent 3c52b2000c
commit 1fb2092897

View file

@ -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