diff --git a/app/controllers/albums_controller.rb b/app/controllers/albums_controller.rb index 5cfbe4c85..a7ce4b5e3 100644 --- a/app/controllers/albums_controller.rb +++ b/app/controllers/albums_controller.rb @@ -10,7 +10,6 @@ class AlbumsController < ApplicationController def index @albums = current_user.albums_by_aspect(@aspect).paginate :page => params[:page], :per_page => 9, :order => 'created_at DESC' - @aspect = :all respond_with @albums, :aspect => @aspect end