]> git.openstreetmap.org Git - rails.git/blobdiff - app/models/note.rb
Fix mass assignment issues
[rails.git] / app / models / note.rb
index 9531e2899758b65204b3e9c459d1cce909d1d651..c32b1679b07b593f1dab2c8e9045e48cb1796e71 100644 (file)
@@ -14,6 +14,8 @@ class Note < ActiveRecord::Base
   validates_inclusion_of :status, :in => ["open", "closed", "hidden"]
   validate :validate_position
 
+  attr_accessible :lat, :lon
+
   after_initialize :set_defaults
 
   # Sanity check the latitude and longitude and add an error if it's broken