wezm.net/content/articles.json
2009-11-23 13:34:17 +11:00

7 lines
No EOL
133 B
JSON

<%
articles = []
sorted_articles.each do |article|
articles << { :title => article[:title] }
end
%>
<%= articles.to_json %>