This commit is contained in:
Toks
2013-04-20 10:58:01 -04:00
parent 35915f9ad2
commit c40bc24d86

View File

@@ -94,6 +94,7 @@ class Artist < ActiveRecord::Base
:updater_ip_addr => CurrentUser.ip_addr, :updater_ip_addr => CurrentUser.ip_addr,
:url_string => url_string, :url_string => url_string,
:is_active => is_active, :is_active => is_active,
:is_banned => is_banned,
:other_names => other_names, :other_names => other_names,
:group_name => group_name :group_name => group_name
) )