mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Fixed typo.
Ruby will know to look for this file at => Ruby will know how to look for this file at
This commit is contained in:
@@ -243,7 +243,7 @@ In this file there are a lot of lines such as this inside the +ActiveSupport+ mo
|
||||
autoload :Inflector
|
||||
</ruby>
|
||||
|
||||
Due to the overriding of the +autoload+ method, Ruby will know to look for this file at +activesupport/lib/active_support/inflector.rb+ when the +Inflector+ class is first referenced.
|
||||
Due to the overriding of the +autoload+ method, Ruby will know how to look for this file at +activesupport/lib/active_support/inflector.rb+ when the +Inflector+ class is first referenced.
|
||||
|
||||
The +active_support/lib/active_support/version.rb+ that is also required here simply defines an +ActiveSupport::VERSION+ constant which defines a couple of constants inside this module, the main constant of this is +ActiveSupport::VERSION::STRING+ which returns the current version of ActiveSupport.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user