aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source
diff options
context:
space:
mode:
authormanishval <manishval@hotmail.com>2013-01-26 20:41:48 -0800
committermanishval <manishval@hotmail.com>2013-01-26 20:41:48 -0800
commitb49bf823340775bb117c2b18e11e0dfa7ed6e475 (patch)
treeb244428ce70c3ca68411a1574478ba815c4b08ae /guides/source
parent862a05edf3af128f25a87999936262b733ed781e (diff)
parent879c18df83ec019da08d8ba7688b5722af5981bb (diff)
downloadrails-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
Diffstat (limited to 'guides/source')
-rw-r--r--guides/source/plugins.md2
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