Skip to content

Commit

Permalink
Forgot to also change the sentence itself. Reads a lot better this wa…
Browse files Browse the repository at this point in the history
…y, imo.
  • Loading branch information
DanL12186 committed Mar 26, 2017
1 parent 8cf4c09 commit aaea008
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 @@ -93,7 +93,7 @@ class Dog < ActiveRecord::Base
end
```

Even though there are no explicit methods to call on name and breed, because this Dog model would work with the created `dogs` table above and you would be able to call `name`, `breed`, and `id` on any new instance of the Dog class. For instance (get it?!?!):
Even though there are no explicit methods to call on name and breed, this Dog model works with the created `dogs` table above and you can call `name`, `breed` and `id` on any new instance of the Dog class. For instance (get it?!?!):

```ruby
shiloh = Dog.new
Expand Down

0 comments on commit aaea008

Please sign in to comment.