diff options
Diffstat (limited to 'new/lib/crys/processors/html_processor.rb')
-rw-r--r-- | new/lib/crys/processors/html_processor.rb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/new/lib/crys/processors/html_processor.rb b/new/lib/crys/processors/html_processor.rb index 5dd1387f..eccc748b 100644 --- a/new/lib/crys/processors/html_processor.rb +++ b/new/lib/crys/processors/html_processor.rb @@ -18,7 +18,9 @@ module Crys [ ProcessedPage.new( filename: filename, - content: html_content + content: html_content, + source: file_path, + last_updated_at: Time.now ) ] end |