Files
danbooru/app/views/sources/show.json.erb
2011-09-26 12:54:42 -04:00

7 lines
198 B
Plaintext

({
"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 %>
});