Skip to content

Commit

Permalink
Merge pull request #622 from marcotc/patch-1
Browse files Browse the repository at this point in the history
Fix Rails example path in Readme
  • Loading branch information
flyerhzm authored Aug 17, 2022
2 parents 431ecbe + ad5b44d commit daeb421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ $ rails g scaffold comment name:string post_id:integer
$ bundle exec rake db:migrate
```

2\. Change `app/model/post.rb` and `app/model/comment.rb`
2\. Change `app/models/post.rb` and `app/models/comment.rb`

```ruby
class Post < ActiveRecord::Base
Expand Down

0 comments on commit daeb421

Please sign in to comment.