显示关联轨道伦敦网络职业生涯040119 源码
显示关联Rails 目标 学完本课后,您应该能够... 创建has_many和belongs_to关联。 通过控制台和db/seeds.rb构建关联的数据。 使用关联提供的方法查询关联数据。 将关联数据嵌入视图中。 遍历显示单个实例的视图内的关联数据。 博客类别 在本课程中,我们将设置一个博客管理面板,以便可以创建Post对象,将其与Category对象相关联,并按Category列出。 模型 首先,就像上一课一样,我们将建立关联的模型: # app/models/post.rb class Post < ActiveRecord :: Base belongs_to :
文件列表
displaying-associations-rails-london-web-career-040119-master.zip
(预估有个92文件)
displaying-associations-rails-london-web-career-040119-master
public
500.html
1KB
robots.txt
202B
422.html
2KB
favicon.ico
0B
404.html
2KB
config.ru
153B
db
seeds.rb
343B
暂无评论