Add Summary to trips

This commit is contained in:
2023-08-27 17:06:20 +10:00
parent ee3703853d
commit 425e93c056
7 changed files with 37 additions and 4 deletions

View File

@@ -21,7 +21,8 @@ module Adamantium
config.logger.stream = "log/hanami.log"
config.shared_app_component_keys += [
"syndication.dayone"
"syndication.dayone",
"renderers.markdown"
]
end
end