actions_as_inheritable:ActiveRecord模型的可继承功能 源码
ActsAsInheritable 充当可继承对象是专门为Rails / ActiveRecord模型编写的Ruby Gem。 它应与“”或具有共享可继承属性的parent的模型一起使用。 这将使您可以从父模型继承任何属性或关系。 自我参照协会 这是有关如何实现自引用关联的代码示例 class Person < ActiveRecord :: Base belongs_to :parent , class : Person has_many :children , class : Person , foreign_key : :parent_id has_many :gra
文件列表
acts_as_inheritable-master.zip
(预估有个18文件)
acts_as_inheritable-master
.travis.yml
160B
Rakefile
247B
README.rdoc
61B
Gemfile
104B
.rspec
33B
spec
acts_as_inheritable_spec.rb
5KB
support
factories.rb
2KB
暂无评论