json.partial! "commons/success"
json.data do
  json.array! @courses, :id, :name, :updated_at
end