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

index.json.jbuilder 201B

12345
  1. json.array!(@contact_messages) do |contact_message|
  2. json.extract! contact_message, :id, :title, :email, :content, :unread, :user_id
  3. json.url contact_message_url(contact_message, format: :json)
  4. end