【文件属性】:
文件名称:annotate_models:使用模式和路由信息注释Rails类
文件大小:201KB
文件格式:ZIP
更新时间:2024-02-21 20:49:00
ruby rails activerecord RubyRuby
注释(又名AnnotateModels)
在每个...的顶部或底部添加概述当前架构的注释。
ActiveRecord模型
夹具文件
测试与规格
爸爸对象范例
机械师蓝图
加工制造商
Thoughtbot的factory_bot工厂,即(spec|test)/factories/_factory.rb文件
routes.rb文件(用于Rails项目)
模式注释如下所示:
# == Schema Info
#
# Table name: line_items
#
# id :integer(11) not null, primary key
# quantity :integer(11) not null
# product_id :integer(11) not null
# unit_price :float
# order_id :integer(11)
#
class LineItem < ActiveRecord ::