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

Fix typo in rails plugins guide

This commit is contained in:
Manish Valechha 2013-01-27 00:26:43 -04:00
parent 862a05edf3
commit 879c18df83

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