]> git.openstreetmap.org Git - rails.git/blobdiff - app/models/old_way_tag.rb
Allow users to change their email address. Closes #546.
[rails.git] / app / models / old_way_tag.rb
index 7fe61968fd13de1e4d6d4d0ae5fe639512f4b64d..b02fd45b93ad8f23ba3aea7271bcef1ddfce5051 100644 (file)
@@ -1,2 +1,6 @@
 class OldWayTag < ActiveRecord::Base
+  belongs_to :user
+
+  set_table_name 'way_tags'
+
 end