# TODO This only exists because we're not loading engines as part of `bin/super-scaffold` right now, otherwise we # would do it as part of the engine initializer. module BulletTrain module SuperScaffolding module Templates class PathHelper def root_path @root_path ||= Pathname.new(File.expand_path('../../../../..', __FILE__)) end end end end end