Solved issue 166# "Clicking 'Photos' for an aspect appears to take you to the 'All Aspects' photo page"

This commit is contained in:
Crimer 2010-10-09 11:51:42 +00:00
parent c646db956e
commit 4163ce4544

View file

@ -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