def create
    @project = Project.new(project_attributes)

    if @project.save
      redirect_to teams_path, notice: 'Project was successfully created.'