renamed artsiteproxy to sources
This commit is contained in:
6
app/views/sources/show.json.erb
Normal file
6
app/views/sources/show.json.erb
Normal file
@@ -0,0 +1,6 @@
|
||||
({
|
||||
"artist_name": "<%= j @source.artist_name %>",
|
||||
"profile_url": "<%= j @source.profile_url %>",
|
||||
"image_url": "<%= j @source.image_url %>",
|
||||
"tags": <%= @source.tags.to_json.html_safe %>
|
||||
});
|
||||
Reference in New Issue
Block a user