1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Merge pull request #125 from manishval/fix-typo-in-rails-guide

Fix typo in rails plugins guide
This commit is contained in:
manishval 2013-01-26 20:41:48 -08:00
commit b49bf82334

View file

@ -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