]> git.openstreetmap.org Git - rails.git/blobdiff - app/models/changeset.rb
Fix the data config, so that the development database is not the same as the test...
[rails.git] / app / models / changeset.rb
index 7e2216f0e501165c6e2f1b2b870f52eb70e6b991..934d75e39de953d51e9bd98221e4b1815056be81 100644 (file)
@@ -13,6 +13,7 @@ class Changeset < ActiveRecord::Base
   has_many :old_relations
   
   validates_presence_of :user_id, :created_at, :open
+  validates_inclusion_of :open, :in => [ true, false ]
   
   # Use a method like this, so that we can easily change how we
   # determine whether a changeset is open, without breaking code in at