diff options
author | Abdelkader Boudih <terminale@gmail.com> | 2014-12-15 18:11:32 +0000 |
---|---|---|
committer | Abdelkader Boudih <terminale@gmail.com> | 2014-12-15 18:11:32 +0000 |
commit | 5fc50c20874d4ae5310dc54a3727d70a1ca412b1 (patch) | |
tree | 26b1edd1ab2879d9958a319a302cb865a3a30d1e /guides | |
parent | 1a2341038080155ca691a198f6497dba31bc8ce5 (diff) | |
download | rails-5fc50c20874d4ae5310dc54a3727d70a1ca412b1.tar.gz rails-5fc50c20874d4ae5310dc54a3727d70a1ca412b1.tar.bz2 rails-5fc50c20874d4ae5310dc54a3727d70a1ca412b1.zip |
fix a typo [ci skip]
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/constant_autoloading_and_reloading.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/constant_autoloading_and_reloading.md b/guides/source/constant_autoloading_and_reloading.md index 5cd62c22a8..9c0f9f58fc 100644 --- a/guides/source/constant_autoloading_and_reloading.md +++ b/guides/source/constant_autoloading_and_reloading.md @@ -539,7 +539,7 @@ role.rb modulus some additional directory lookups we are going to cover soon. -INFO. 'Constant::Name'.underscore gives the relative path without extension of +INFO. `'Constant::Name'.underscore` gives the relative path without extension of the file name where `Constant::Name` is expected to be defined. Let's see how does Rails autoload the `Post` constant in the `PostsController` |