Module: ActiveGraph::Generators::SourcePathHelper::ClassMethods

Defined in:
lib/rails/generators/active_graph_generator.rb

Instance Method Summary collapse

Instance Method Details

#source_rootObject



62
63
64
65
# File 'lib/rails/generators/active_graph_generator.rb', line 62

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