1
0
Fork 0
forked from wezm/wezm.net
wezm.net/content/personal/articles/json.json
2010-01-30 16:50:07 +11:00

7 lines
No EOL
130 B
JSON

<%
articles = []
personal_articles.each do |article|
articles << article_to_json(article)
end
%>
<%= articles.to_json %>