Initial commit
This commit is contained in:
10
app/views/context.rb
Normal file
10
app/views/context.rb
Normal file
@@ -0,0 +1,10 @@
|
||||
# auto_register: false
|
||||
# frozen_string_literal: true
|
||||
|
||||
module ClashDeckGenerator2
|
||||
module Views
|
||||
class Context < Hanami::View::Context
|
||||
# Define your view context here. See https://guides.hanamirb.org/views/context/ for details.
|
||||
end
|
||||
end
|
||||
end
|
||||
10
app/views/helpers.rb
Normal file
10
app/views/helpers.rb
Normal file
@@ -0,0 +1,10 @@
|
||||
# auto_register: false
|
||||
# frozen_string_literal: true
|
||||
|
||||
module ClashDeckGenerator2
|
||||
module Views
|
||||
module Helpers
|
||||
# Add your view helpers here
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user