]> git.openstreetmap.org Git - rails.git/blobdiff - app/models/message.rb
Combine the address and netmask for an ACL in one column
[rails.git] / app / models / message.rb
index 98346d7c7231f4c1f7d5f44738313ebeea61c5e2..053c7a4c0fffaa4382ce6bab58bb6ed73ffef300 100644 (file)
@@ -7,7 +7,6 @@ class Message < ActiveRecord::Base
   validates_presence_of :title, :body, :sent_on, :sender, :recipient
   validates_length_of :title, :within => 1..255
   validates_inclusion_of :message_read, :in => [ true, false ]
-  validates_associated :sender, :recipient
   validates_as_utf8 :title
 
   def digest