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