Skip to content

Commit

Permalink
Fix to image ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
cykod committed Nov 30, 2011
1 parent e085b85 commit 700baeb
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -174,6 +174,7 @@ def gallery
pages,images = GalleryImage.paginate(params[:page],
:conditions => { :gallery_id => current_gallery.id },
:per_page => @options.page_size,
:order => 'position',
:include => :domain_file)


Expand Down

0 comments on commit 700baeb

Please sign in to comment.