Sha256: 685f474be682f982d083f9c9a6ef736ddf33f0247e0d9f2e423a6c0aa91424a1

Contents?: true

Size: 119 Bytes

Versions: 1

Compression:

Stored size: 119 Bytes

Contents

class Post < ApplicationRecord
  has_many :comments
  accepts_nested_attributes_for :comments, allow_destroy: true
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
link_to_add_fields-0.1.0 spec/dummy/app/models/post.rb