module MergingQueue::Generators::Base
A base module
Public Instance Methods
source_root()
click to toggle source
Get path for migration template
# File lib/generators/merging_queue.rb, line 9 def source_root @_merging_queue_source_root ||= File.expand_path(File.join('../merging_queue', generator_name, 'templates'), __FILE__) end