Sha256: 4b1585780a1efcf564db59dd6c79f36d0b21b91f4fab0539d9f54fb8e4d4f230

Contents?: true

Size: 310 Bytes

Versions: 1

Compression:

Stored size: 310 Bytes

Contents

module ActiveGraph::Generators::SourcePathHelper
  extend ActiveSupport::Concern

  module ClassMethods
    def source_root
      @_neo4j_source_root ||= File.expand_path(File.join(File.dirname(__FILE__),
                                                         generator_name, 'templates'))
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
activegraph-11.5.0.alpha.1 lib/active_graph/generators/source_path_helper.rb