Merge pull request #3059 from evazion/fix-artist-api

Don't return `domains` in /artists.json.
This commit is contained in:
Albert Yi
2017-05-15 16:31:22 -07:00
committed by GitHub
2 changed files with 1 additions and 12 deletions

View File

@@ -538,10 +538,6 @@ class Artist < ActiveRecord::Base
super + [:other_names_index]
end
def method_attributes
super + [:domains]
end
def legacy_api_hash
return {
:id => id,