class ProjectCategoriesController < ApplicationController def index @project_categories = ProjectCategory.search(params[:name]).without_content end end