Sha256: e4a292e4bd468233b0cf7e17d9ac8703b362b6580c7bce60f3ffa36209fbf370
Contents?: true
Size: 253 Bytes
Versions: 5
Compression:
Stored size: 253 Bytes
Contents
class NodeRevision < ActiveRecord::Base set_primary_key :vid # Relationships # Constraints validates_numericality_of :nid, :uid, :timestamp, :format validates_presence_of :nid, :uid, :title, :body, :teaser, :log, :timestamp, :format end
Version data entries
5 entries across 5 versions & 1 rubygems