Sha256: 0c2b84606ad42458c97ad86c95425f4345ca453aa37cdc36b1c3de07d4b6b99e

Contents?: true

Size: 105 Bytes

Versions: 16

Compression:

Stored size: 105 Bytes

Contents

class Comment < ActiveRecord::Base

  validates_presence_of :name, :email, :body
  belongs_to :post

end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
typus-3.0.2 test/fixtures/rails_app/app/models/comment.rb
typus-3.0.1 test/fixtures/rails_app/app/models/comment.rb
typus-3.0.0 test/fixtures/rails_app/app/models/comment.rb
typus-1.0.0.pre13 test/fixtures/rails_app/app/models/comment.rb
typus-1.0.0.pre12 test/fixtures/rails_app/app/models/comment.rb
typus-1.0.0.pre11 test/fixtures/rails_app/app/models/comment.rb
typus-1.0.0.pre10 test/fixtures/rails_app/app/models/comment.rb
typus-1.0.0.pre9 test/fixtures/rails_app/app/models/comment.rb
typus-1.0.0.pre8 test/fixtures/rails_app/app/models/comment.rb
typus-1.0.0.pre7 test/fixtures/rails_app/app/models/comment.rb
typus-1.0.0.pre6 test/fixtures/rails_app/app/models/comment.rb
typus-1.0.0.pre5 test/fixtures/rails_app/app/models/comment.rb
typus-1.0.0.pre4 test/fixtures/rails_app/app/models/comment.rb
typus-1.0.0.pre3 test/fixtures/rails_app/app/models/comment.rb
typus-1.0.0.pre2 test/fixtures/rails_app/app/models/comment.rb
typus-1.0.0.pre test/fixtures/rails_app/app/models/comment.rb