Sha256: e913d6be88a5096cd9b56017bcde5752fc7e0a2257d79f0cd031e15068572075

Contents?: true

Size: 81 Bytes

Versions: 6

Compression:

Stored size: 81 Bytes

Contents

class Note < ActiveRecord::Base
  include ActiveSnapshot

  belongs_to :post
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
active_snapshot-0.3.0 test/dummy_app/app/models/note.rb
active_snapshot-0.2.4 test/dummy_app/app/models/note.rb
active_snapshot-0.2.3 test/dummy_app/app/models/note.rb
active_snapshot-0.2.2 test/dummy_app/app/models/note.rb
active_snapshot-0.2.1 test/dummy_app/app/models/note.rb
active_snapshot-0.2.0 test/dummy_app/app/models/note.rb