Sha256: 063470a1ec317afed2ad3b66fdbc60941f6075d4b2ed4057d0511c37e20f64ad

Contents?: true

Size: 96 Bytes

Versions: 23

Compression:

Stored size: 96 Bytes

Contents

class Comment < ActiveRecord::Base
  belongs_to :post

  validates :post, :presence => true
end

Version data entries

23 entries across 23 versions & 2 rubygems

Version Path
sprig-0.3.1 spec/fixtures/models/active_record/comment.rb
sprig-0.3.0 spec/fixtures/models/active_record/comment.rb
sprig-0.2.0 spec/fixtures/models/active_record/comment.rb
sprig-0.1.9 spec/fixtures/models/active_record/comment.rb
sprig-0.1.7 spec/fixtures/models/active_record/comment.rb
sprig-reap-0.1.0 spec/fixtures/models/comment.rb
sprig-reap-0.0.10 spec/fixtures/models/comment.rb
sprig-reap-0.0.9 spec/fixtures/models/comment.rb
sprig-reap-0.0.8 spec/fixtures/models/comment.rb
sprig-reap-0.0.7 spec/fixtures/models/comment.rb
sprig-reap-0.0.6 spec/fixtures/models/comment.rb
sprig-0.1.6 spec/fixtures/models/comment.rb
sprig-0.1.5 spec/fixtures/models/comment.rb
sprig-reap-0.0.5 spec/fixtures/models/comment.rb
sprig-reap-0.0.4 spec/fixtures/models/comment.rb
sprig-reap-0.0.3 spec/fixtures/models/comment.rb
sprig-reap-0.0.2 spec/fixtures/models/comment.rb
sprig-0.1.4 spec/fixtures/models/comment.rb
sprig-reap-0.0.1 spec/fixtures/models/comment.rb
sprig-0.1.3 spec/fixtures/models/comment.rb