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

index.json.jbuilder 175B

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