diff options
author | manishval <manishval@hotmail.com> | 2013-01-26 20:41:48 -0800 |
---|---|---|
committer | manishval <manishval@hotmail.com> | 2013-01-26 20:41:48 -0800 |
commit | b49bf823340775bb117c2b18e11e0dfa7ed6e475 (patch) | |
tree | b244428ce70c3ca68411a1574478ba815c4b08ae | |
parent | 862a05edf3af128f25a87999936262b733ed781e (diff) | |
parent | 879c18df83ec019da08d8ba7688b5722af5981bb (diff) | |
download | rails-b49bf823340775bb117c2b18e11e0dfa7ed6e475.tar.gz rails-b49bf823340775bb117c2b18e11e0dfa7ed6e475.tar.bz2 rails-b49bf823340775bb117c2b18e11e0dfa7ed6e475.zip |
Merge pull request #125 from manishval/fix-typo-in-rails-guide
Fix typo in rails plugins guide
-rw-r--r-- | guides/source/plugins.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/plugins.md b/guides/source/plugins.md index f8f04c3c67..695f25f8a9 100644 --- a/guides/source/plugins.md +++ b/guides/source/plugins.md @@ -86,7 +86,7 @@ Run `rake` to run the test. This test should fail because we haven't implemented Great - now you are ready to start development. -Then in `lib/yaffle.rb` require `lib/core_ext`: +Then in `lib/yaffle.rb` add `require "yaffle/core_ext"`: ```ruby # yaffle/lib/yaffle.rb |