A website template with lots of features, built with ruby on rails.

index.json.jbuilder 175B

    json.array!(@blog_posts) do |blog_post| json.extract! blog_post, :id, :title, :slug, :content, :published, :author_id json.url blog_post_url(blog_post, format: :json) end