Sha256: 2129eb17ed088796f329c85d450d825fbee5eb2218fad9e5a3fb698a4a50722b
Contents?: true
Size: 301 Bytes
Versions: 3
Compression:
Stored size: 301 Bytes
Contents
class <%= class_name %> < ActiveRecord::Base <% for model in has_ones -%> has_one :<%= model %>, :dependent => :destroy <% end -%> <% for model in has_manies -%> has_many :<%= model %>, :dependent => :delete_all <% end -%> <% for model in belongs_tos -%> belongs_to :<%= model %> <% end -%> end
Version data entries
3 entries across 3 versions & 1 rubygems