1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Capitalize Thor gem name

[ci skip]
This commit is contained in:
Jon Moss 2016-12-19 20:20:10 -05:00
parent 0aae8aec3b
commit bebc744081
2 changed files with 2 additions and 2 deletions

View file

@ -37,7 +37,7 @@ module Rails
end
end
# Rails finds namespaces similar to thor, it only adds one rule:
# Rails finds namespaces similar to Thor, it only adds one rule:
#
# Command names must end with "_command.rb". This is required because Rails
# looks in load paths and loads the command just before it's going to be used.

View file

@ -219,7 +219,7 @@ module Rails
[[ "rails", rails ]] + groups.sort.to_a
end
# Rails finds namespaces similar to thor, it only adds one rule:
# Rails finds namespaces similar to Thor, it only adds one rule:
#
# Generators names must end with "_generator.rb". This is required because Rails
# looks in load paths and loads the generator just before it's going to be used.