Merge remote branch 'crimer/master'
This commit is contained in:
commit
04d5271530
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue