module ActiveGraph::Generators::SourcePathHelper::ClassMethods
Public Instance Methods
source_root()
click to toggle source
# File lib/rails/generators/active_graph_generator.rb 62 def source_root 63 @_neo4j_source_root ||= File.expand_path(File.join(File.dirname(__FILE__), 64 'active_graph', generator_name, 'templates')) 65 end