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:
parent
0aae8aec3b
commit
bebc744081
2 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue