This website requires JavaScript.
Explore
Help
Sign In
jacknudt
/
socialforge
Watch
1
Star
0
Fork
You've already forked socialforge
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
f741b0581c
socialforge
/
app
/
models
/
course_infos.rb
4 lines
82 B
Ruby
Raw
Normal View
History
Unescape
Escape
添加课程管理员表,并从项目管理员表中迁移原有数据
2014-06-05 11:01:46 +08:00
class
CourseInfos
<
ActiveRecord
::
Base
修改课程基础页面逻辑(base_courses.html.erb)
2014-06-05 11:55:46 +08:00
attr_accessible
:user_id
,
:course_id
添加课程管理员表,并从项目管理员表中迁移原有数据
2014-06-05 11:01:46 +08:00
end