Skip to content

Commit

Permalink
Grammar fix [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
wytesk133 committed Sep 2, 2016
1 parent db63406 commit e88a745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/source/association_basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -1007,7 +1007,7 @@ class Author < ApplicationRecord
end
```

In this case, saving or destroying an book will update the timestamp on the associated author. You can also specify a particular timestamp attribute to update:
In this case, saving or destroying a book will update the timestamp on the associated author. You can also specify a particular timestamp attribute to update:

```ruby
class Book < ApplicationRecord
Expand Down

0 comments on commit e88a745

Please sign in to comment.