This commit is contained in:
albert
2011-07-09 03:32:18 -04:00
parent 085995126c
commit a16dfdf0dd
14 changed files with 75 additions and 48 deletions

View File

@@ -4,7 +4,7 @@ class NoteVersionsController < ApplicationController
def index
@search = NoteVersion.search(params[:search])
@note_versions = @search.paginate(:page => params[:page])
@note_versions = @search.paginate(params[:page])
respond_with(@note_versions)
end
end