Commit be23fbf0 by Mike Burns

Remove stray newline

parent 34f05ad5
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment