X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/eac7348ad2793cb3ad72c68bef84ff863af92d5f..35bbf82c200eb39eab5e5555e2a440903250769a:/app/models/map_bug_comment.rb diff --git a/app/models/map_bug_comment.rb b/app/models/map_bug_comment.rb index 9839cae45..945b1b2f7 100644 --- a/app/models/map_bug_comment.rb +++ b/app/models/map_bug_comment.rb @@ -3,8 +3,7 @@ class MapBugComment < ActiveRecord::Base set_table_name 'map_bug_comment' belongs_to :map_bug, :foreign_key => 'bug_id' - - + belongs_to :user, :foreign_key => 'commenter_id' validates_presence_of :id, :on => :update validates_uniqueness_of :id