Skip to content

Commit ab4a1bf

Browse files
committed
lint
1 parent 7f716eb commit ab4a1bf

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

app/controllers/home_controller.rb

+1-3
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@ def show
1616
@most_recent_cases = @cases[0...4].sort_by { |c| c.case_name.downcase }
1717

1818
@most_recent_books = recent_books(4)
19-
20-
21-
19+
2220
# @lookup_for_books = {}
2321
# @most_recent_books.each do |book|
2422
# judged_by_current_user = book.judgements.where(user: @current_user).count

0 commit comments

Comments
 (0)