This commit is contained in:
albert
2013-03-12 12:53:24 -04:00
parent 2d39404b66
commit 9446343bd7
2 changed files with 11 additions and 1 deletions

View File

@@ -23,6 +23,10 @@ class ArtistVersion < ActiveRecord::Base
q
end
def url_array
url_string.scan(/\S+/)
end
def updater_name
User.id_to_name(updater_id).tr("_", " ")
end