Update to Hanami 2.1.0rc3

This commit is contained in:
2024-02-17 09:39:18 +11:00
parent 12673b7aff
commit 0e02c6768f
30 changed files with 237 additions and 82 deletions

View File

@@ -1,7 +1,5 @@
module Adamantium
class Context < Hanami::View::Context
include Hanami::View::ContextHelpers::ContentHelpers
def initialize(**options)
@options = options
super(**options)

View File

@@ -1,8 +1,6 @@
module Adamantium
module Views
class Context < Hanami::View::Context
include Hanami::View::ContextHelpers::ContentHelpers
include Deps["repos.page_repo"]
def initialize(**options)