Sha256: a6f0219c3b37018b7c007696de475e3cb80f240895fed66b976597755e1360ec

Contents?: true

Size: 100 Bytes

Versions: 35

Compression:

Stored size: 100 Bytes

Contents

class Author < ActiveRecord::Base
  has_many :activities, -> { cast_records }
  has_many :posts
end

Version data entries

35 entries across 35 versions & 1 rubygems

Version Path
torque-postgresql-3.4.1 spec/models/author.rb
torque-postgresql-2.4.5 spec/models/author.rb
torque-postgresql-3.4.0 spec/models/author.rb
torque-postgresql-3.3.3 spec/models/author.rb
torque-postgresql-2.4.4 spec/models/author.rb
torque-postgresql-3.3.2 spec/models/author.rb
torque-postgresql-2.4.3 spec/models/author.rb
torque-postgresql-3.3.1 spec/models/author.rb
torque-postgresql-3.3.0 spec/models/author.rb
torque-postgresql-3.2.2 spec/models/author.rb
torque-postgresql-2.4.2 spec/models/author.rb
torque-postgresql-2.4.1 spec/models/author.rb
torque-postgresql-3.2.1 spec/models/author.rb
torque-postgresql-2.4.0 spec/models/author.rb
torque-postgresql-3.2.0 spec/models/author.rb
torque-postgresql-3.1.0 spec/models/author.rb
torque-postgresql-2.3.0 spec/models/author.rb
torque-postgresql-3.0.1 spec/models/author.rb
torque-postgresql-2.2.4 spec/models/author.rb
torque-postgresql-3.0.0 spec/models/author.rb