Skip to content

Commit

Permalink
RPM additions / removal
Browse files Browse the repository at this point in the history
  • Loading branch information
sudara committed Mar 12, 2009
1 parent cbd3178 commit a0e46b5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions app/controllers/pages_controller.rb
Expand Up @@ -9,15 +9,16 @@ def twentyfour
end end


def rpm_challenge def rpm_challenge
ids = [ 912, 915, 916, 918, 921, 923, 926, 927, 928, 933, 935, 944, 910, ids = [ 986, 951,945, 924,912, 915, 916, 918, 921, 923,
926, 927, 928, 933, 935, 944, 910,
906, 904, 899, 893, 892, 891, 887, 886, 882, 880, 906, 904, 899, 893, 892, 891, 887, 886, 882, 880,
879, 877, 875, 872, 864, 863, 860, 858, 857, 856, 879, 877, 875, 872, 864, 863, 860, 858, 857, 856,
855, 852, 849, 846, 845, 843, 842, 841, 855, 852, 849, 846, 845, 843, 842, 841,
840, 839, 838, 836, 834, 832, 831, 829, 828, 827, 840, 838, 836, 834, 832, 831, 829, 828, 827,
826, 825, 824, 823, 822, 821, 818, 817, 816, 814, 826, 825, 824, 823, 822, 821, 818, 817, 816, 814,
812, 810, 806, 805, 804, 802, 801, 800, 716, 799, 798, 812, 810, 806, 805, 804, 802, 801, 800, 716, 799, 798,
797, 790, 787, 786, 767, 762 , 797, 790, 787, 786, 767, 762 ,
760, 753, 745, 742, 739, 724, 809, 819, 830] 760, 753, 745, 742, 739, 724, 729,809, 819, 830]
@albums = Playlist.find(:all, :conditions => {:id => ids}, :order => 'created_at ASC') @albums = Playlist.find(:all, :conditions => {:id => ids}, :order => 'created_at ASC')
render :layout => 'rpm_challenge' render :layout => 'rpm_challenge'
end end
Expand Down

0 comments on commit a0e46b5

Please sign in to comment.