Sha256: a365bc9f57b0f6e85162185afb5a928763b2acfbd690f43ded627f3ee014b4df
Contents?: true
Size: 152 Bytes
Versions: 2
Compression:
Stored size: 152 Bytes
Contents
# frozen_string_literal: true class Parent < ApplicationRecord has_many :children accepts_nested_attributes_for :children, allow_destroy: true end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
dynamic_fields_for_rails-1.0.1 | test/dummy/app/models/parent.rb |
dynamic_fields_for_rails-1.0.0 | test/dummy/app/models/parent.rb |