From 879c18df83ec019da08d8ba7688b5722af5981bb Mon Sep 17 00:00:00 2001 From: Manish Valechha Date: Sun, 27 Jan 2013 00:26:43 -0400 Subject: Fix typo in rails plugins guide --- guides/source/plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guides/source') 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 -- cgit v1.2.3