Sha256: 03c945081bb1811f96eafcfc2fa93f3fad0c6c6c647dde792d7fad7fa5d988b6
Contents?: true
Size: 176 Bytes
Versions: 2
Compression:
Stored size: 176 Bytes
Contents
class Comment < ActiveRecord::Base set_table_name :comments set_primary_key :id # Relationships # Constraints validates_numericality_of :id, :post_id end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
legacy_data-0.1.2 | spec/functional/expected/comment.rb |
legacy_data-0.1.1 | spec/functional/expected/comment.rb |