test fxies

This commit is contained in:
albert
2011-07-22 18:26:55 -04:00
parent c74fa18898
commit 9649e7f40a
5 changed files with 14 additions and 11 deletions

View File

@@ -11,7 +11,7 @@ class BansController < ApplicationController
def index
@search = Ban.search(params[:search])
@bans = @search.paginate(:page => params[:page])
@bans = @search.paginate(params[:page])
end
def show