fixes to user search
This commit is contained in:
@@ -2,7 +2,7 @@ class ArtistVersionsController < ApplicationController
|
||||
respond_to :html, :xml, :json
|
||||
|
||||
def index
|
||||
@artist_versions = ArtistVersion.search(params[:search]).paginate(params[:page])
|
||||
@artist_versions = ArtistVersion.search(params[:search]).order("id desc").paginate(params[:page])
|
||||
respond_with(@artist_versions)
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user