belongs_to :changeset
belongs_to :author, :class_name => "User"
validates :id, :uniqueness => true, :presence => { :on => :update },
:numericality => { :on => :update, :only_integer => true }
belongs_to :changeset
belongs_to :author, :class_name => "User"
validates :id, :uniqueness => true, :presence => { :on => :update },
:numericality => { :on => :update, :only_integer => true }