def create
    @document_category = DocumentCategory.new resource_params
    authorize! :create, @document_category
    if @document_category.save
      flash[:document] = 'Good job creating the fcategory!'