diff options
author | Xavier Noria <fxn@hashref.com> | 2013-02-02 10:33:19 +0100 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2013-02-02 10:33:19 +0100 |
commit | 08b60fc2e57abc922e0ff53c27a322719e3490d6 (patch) | |
tree | 2602bbbffcdd202771173afbbfe259217d6e3496 /guides/source/plugins.md | |
parent | 784ed154c3d1d9b6e7f0202dcf10d76d938849b0 (diff) | |
parent | 6a8687355253744c747654d5647b5730ea6901fd (diff) | |
download | rails-08b60fc2e57abc922e0ff53c27a322719e3490d6.tar.gz rails-08b60fc2e57abc922e0ff53c27a322719e3490d6.tar.bz2 rails-08b60fc2e57abc922e0ff53c27a322719e3490d6.zip |
Merge remote-tracking branch 'docrails/master'
Diffstat (limited to 'guides/source/plugins.md')
-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 |