class Admin::ResourceController
def paginated?
a convenience method that returns true if paginate_models has been called on this controller class
def paginated? self.class.paginated == true && params[:pp] != 'all' end
def paginated? self.class.paginated == true && params[:pp] != 'all' end