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

7 lines
133 B
JSON
Raw Normal View History

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