courseplatform/app/views/admin/weeks/partials/_admin_week.json.jbuilder

3 lines
116 B
Ruby

json.extract! week, :id, :name, :description, :created_at, :updated_at
json.url admin_week_url(week, format: :json)