Sha256: 8b554e47b5e581d75176257fcbdad8d0024e61b67bcffa11b69097737bbe2644
Contents?: true
Size: 448 Bytes
Versions: 7
Compression:
Stored size: 448 Bytes
Contents
# frozen_string_literal: true require "hanami/view" module Milestoner module Views module Milestones # Renders release notes. class Show < Hanami::View include Import[:settings] config.default_context = Context.new config.part_namespace = Parts config.paths = Container[:settings].build_template_paths config.template = "milestones/show" expose :tag end end end end
Version data entries
7 entries across 7 versions & 1 rubygems