Sha256: 3e4c22e40a05b41a0d85843415295ce4946b676b875f1bc7db4709ca53d9ec3d

Contents?: true

Size: 155 Bytes

Versions: 6

Compression:

Stored size: 155 Bytes

Contents

class Bar < ActiveRecord::Base
  include DirtyAssociations

  has_many :foos
  monitor_association_changes :foos
  accepts_nested_attributes_for :foos
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
dirty_associations-0.4.4 test/dummy/app/models/bar.rb
dirty_associations-0.4.3 test/dummy/app/models/bar.rb
dirty_associations-0.4.2 test/dummy/app/models/bar.rb
dirty_associations-0.4.1 test/dummy/app/models/bar.rb
dirty_associations-0.4.0 test/dummy/app/models/bar.rb
dirty_associations-0.3.0 test/dummy/app/models/bar.rb