Sha256: e59dbcf771198cf02c6d1c832ce31e2166faa74aaaf60729ba983fa8ab924978
Contents?: true
Size: 299 Bytes
Versions: 4
Compression:
Stored size: 299 Bytes
Contents
require 'generators/trailblazer/view_generator' module Haml module Generators class ConceptGenerator < ::Trailblazer::Generators::ViewGenerator source_root File.expand_path('../../templates/concept', __FILE__) private def handler :haml end end end end
Version data entries
4 entries across 4 versions & 1 rubygems