wezm.net/content/technical/articles/json.json
2010-01-30 16:50:07 +11:00

7 lines
No EOL
131 B
JSON

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