Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kasugaijin committed Dec 16, 2024
1 parent 82cafbf commit d04c097
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/controllers/organizations/home_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ class Organizations::HomeController < Organizations::BaseController

def index
@pets = Pet.with_photo
.unadopted
.includes(images_attachments: :blob)
.sample(4)
.unadopted
.includes(images_attachments: :blob)
.sample(4)
end
end

0 comments on commit d04c097

Please sign in to comment.