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:
commit
b49bf82334
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue