Sha256: d1ac764e094f34e7248f2008400142d2a62d5f15d3861314a10a201d4393fd26
Contents?: true
Size: 300 Bytes
Versions: 1
Compression:
Stored size: 300 Bytes
Contents
class EmployeeWithDestroyableNested < Employee accepts_nested_attributes_for :account, allow_destroy: true accepts_nested_attributes_for :position, allow_destroy: true accepts_nested_attributes_for :projects, allow_destroy: true accepts_nested_attributes_for :skills, allow_destroy: true end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
basepack-0.1.0 | spec/dummy_app/app/models/employee_with_destroyable_nested.rb |