adds missing updaters
to forum posts, comments, and artist versions
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
class ArtistVersion < ActiveRecord::Base
|
||||
belongs_to :updater
|
||||
belongs_to :updater, :class_name => "User"
|
||||
belongs_to :artist
|
||||
|
||||
def self.search(params)
|
||||
|
||||
Reference in New Issue
Block a user