Sha256: 514335e157e7b1a25018c74e81391a9c7acbefd76c0f45b82d2da36851aca726
Contents?: true
Size: 159 Bytes
Versions: 3
Compression:
Stored size: 159 Bytes
Contents
class Post < ActiveRecord::Base set_table_name :posts set_primary_key :id # Relationships # Constraints validates_numericality_of :id end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
legacy_data-0.1.6 | spec/functional/expected/post.rb |
legacy_data-0.1.5 | spec/functional/expected/post.rb |
legacy_data-0.1.4 | spec/functional/expected/post.rb |