]> git.openstreetmap.org Git - rails.git/blobdiff - app/models/note.rb
Replace attr_accessible with strong parameters
[rails.git] / app / models / note.rb
index 10b74d8a669a46f431a03b476f94494c38064476..67222191dbe7b84af69d1da81e9b7b4af7aff706 100644 (file)
@@ -14,8 +14,6 @@ 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