Sha256: 42589ff9572103bdaee895c6ef7b5301999f40f51ac3118e1c35b65a53d169d2

Contents?: true

Size: 130 Bytes

Versions: 8

Compression:

Stored size: 130 Bytes

Contents

class Parent < ActiveRecord::Base
  
  has_many :children
  accepts_nested_attributes_for :children, :allow_destroy => true
  
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
slim-1.0.1 test/integration/rails/dummy/app/models/parent.rb
slim-1.0.0 test/integration/rails/dummy/app/models/parent.rb
slim-0.9.4 test/integration/rails/dummy/app/models/parent.rb
slim-0.9.3 test/integration/rails/dummy/app/models/parent.rb
slim-0.9.2 test/integration/rails/dummy/app/models/parent.rb
slim-0.9.1 test/integration/rails/dummy/app/models/parent.rb
slim-0.9.1.alpha.2 test/integration/rails/dummy/app/models/parent.rb
slim-0.9.1.alpha.1 test/integration/rails/dummy/app/models/parent.rb