Sha256: e8dd1ca847baef90fb3e6b57e2c19bc76dab65ea2fc997ce5ad2d58e6cef1c21

Contents?: true

Size: 116 Bytes

Versions: 1

Compression:

Stored size: 116 Bytes

Contents

class Owner < ActiveRecord::Base
  has_many :pets
  accepts_nested_attributes_for :pets, :allow_destroy => true
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
apress-validators-0.1.0 spec/internal/app/models/owner.rb