This commit is contained in:
albert
2013-04-03 17:27:41 -04:00
parent b19994396d
commit cf6fd1af64
2 changed files with 9 additions and 2 deletions

View File

@@ -67,7 +67,7 @@ class Artist < ActiveRecord::Base
end
def other_names_array
other_names.try(:split, / /)
other_names.try(:split, /\s/)
end
def other_names_comma