1
0
Fork 0
forked from wezm/wezm.net
wezm.net/content/personal/articles/json.json

7 lines
130 B
JSON
Raw Normal View History

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