Sha256: c86fbf2b01617ff9f9515fdd2d6d5573b6e49f3e5c28a5def2874afecdd36f5c
Contents?: true
Size: 378 Bytes
Versions: 4
Compression:
Stored size: 378 Bytes
Contents
require 'generators/trailblazer/base' module Rails module Generators class ConceptGenerator < ::Trailblazer::Generators::Cell source_root File.expand_path('../../templates/concept', __FILE__) def create_cell_file template 'cell.rb', "#{base_path}/cell.rb" end hook_for(:template_engine) hook_for(:test_framework) end end end
Version data entries
4 entries across 4 versions & 1 rubygems