added artists, comments
This commit is contained in:
8
app/models/artist_version.rb
Normal file
8
app/models/artist_version.rb
Normal file
@@ -0,0 +1,8 @@
|
||||
class ArtistVersion < ActiveRecord::Base
|
||||
belongs_to :updater
|
||||
belongs_to :artist
|
||||
|
||||
def updater_name
|
||||
User.find_name(updater_id).tr("_", " ")
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user