Sha256: 8c663ee7fb32f54e47e010effd4991a47ac8f21390ed600c7257fa90dd426085
Contents?: true
Size: 125 Bytes
Versions: 116
Compression:
Stored size: 125 Bytes
Contents
class Parent < ActiveRecord::Base has_many :children accepts_nested_attributes_for :children, :allow_destroy => true end
Version data entries
116 entries across 71 versions & 3 rubygems