Skip to content

Commit

Permalink
Remove stray newline
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-burns committed Mar 9, 2018
1 parent 34f05ad commit be23fbf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion MIGRATING.md
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,6 @@ double-check your loops and add `includes` as needed. ActiveStorage adds an
`avatar_attachment` and `avatar_blob` relationship to has-one relations, and
`avatar_attachments` and `avatar_blobs` to has-many:


```ruby
def index
@users = User.all.order(:name).includes(:avatar_attachment)
Expand Down

0 comments on commit be23fbf

Please sign in to comment.