Add watched at to movies

This commit is contained in:
2023-05-10 21:10:45 +10:00
parent 3913841523
commit b9234d091d
3 changed files with 13 additions and 3 deletions

View File

@@ -21,7 +21,8 @@ namespace :blog do
repo.create({
title: title,
year: activity.year,
url: activity.film_link
url: activity.film_link,
watched_at: activity.watched_at
})
end
end