Skip to content

Commit

Permalink
last tuesday
Browse files Browse the repository at this point in the history
  • Loading branch information
edrain committed Apr 27, 2013
1 parent 9935dbf commit 7a42fb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/releases_controller.rb
Expand Up @@ -6,7 +6,7 @@ def show
#Get all artists from DB
@list_items = ListItem.select("DISTINCT artist_id") #.where("id IS NOT NULL")

@today >= Date.today #-7 #.to_s
@today = Date.today-4.days #.to_s

#Get most recent release for each artist
@list_items.each do |list_item|
Expand Down

0 comments on commit 7a42fb4

Please sign in to comment.