Update to Hanami 2.1.0rc3
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
module Adamantium
|
||||
class Context < Hanami::View::Context
|
||||
include Hanami::View::ContextHelpers::ContentHelpers
|
||||
|
||||
def initialize(**options)
|
||||
@options = options
|
||||
super(**options)
|
||||
|
@@ -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)
|
||||
|
Reference in New Issue
Block a user