Sha256: a531f928533d50041ac84b93d4caed78ef34c936936282ad06e17d199e7d6c38
Contents?: true
Size: 302 Bytes
Versions: 5
Compression:
Stored size: 302 Bytes
Contents
require 'rails/generators/named_base' module WiserChat module Generators module Base # Get path for migration template def source_root @_wiser_chat_source_root ||= File.expand_path(File.join('../wiser_chat', generator_name, 'templates'), __FILE__) end end end end
Version data entries
5 entries across 5 versions & 1 rubygems