This commit is contained in:
albert
2011-07-03 19:12:31 -04:00
parent bd3af50e10
commit 085995126c
16 changed files with 176 additions and 78 deletions

View File

@@ -3,7 +3,7 @@ class ArtistVersionsController < ApplicationController
def index
@search = ArtistVersion.search(params[:search])
@artist_versions = @search.paginate :page => params[:page]
@artist_versions = @search.paginate(params[:page])
respond_with(@artist_versions)
end
end