This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
class ProjectsController < ApplicationController
before_action :authenticate
#获取我的项目列表,user_id保存在session中.
def index
#Todo
end
#创建项目
def create
#项目添加用户
def addUsers
#项目详情
def detail