Initial commit
This commit is contained in:
10
lib/adamantium/view.rb
Normal file
10
lib/adamantium/view.rb
Normal file
@@ -0,0 +1,10 @@
|
||||
# auto_register: false
|
||||
# frozen_string_literal: true
|
||||
|
||||
require "hanami/view"
|
||||
|
||||
module Adamantium
|
||||
class View < Hanami::View
|
||||
config.default_context = Adamantium::Context.new
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user