Sha256: a78e278b8cbfb333e778e6c0a07b6ef72b964b1730b702d6bf1b460b2382eb84
Contents?: true
Size: 305 Bytes
Versions: 3
Compression:
Stored size: 305 Bytes
Contents
require "dry/web/roda/application" require_relative "container" module <%= config[:camel_cased_app_name] %> class Application < Dry::Web::Roda::Application configure do |config| config.container = Container end route do |r| r.run Main::Application.freeze.app end end end
Version data entries
3 entries across 3 versions & 1 rubygems