Sha256: 86b80a4206fd8817b247dcd0b57fff806ff8e4cf9ca71f47608b85046840ac98

Contents?: true

Size: 205 Bytes

Versions: 2

Compression:

Stored size: 205 Bytes

Contents

class EmployeeWithNested < Employee
  accepts_nested_attributes_for :account
  accepts_nested_attributes_for :position
  accepts_nested_attributes_for :projects
  accepts_nested_attributes_for :skills
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
basepack-0.1.0 spec/dummy_app/app/models/employee_with_nested.rb
basepack-0.0.2 spec/dummy_app/app/models/employee_with_nested.rb