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

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

Instance Method Summary collapse

Instance Method Details

#source_rootObject



5
6
7
8
# File 'lib/rails/generators/source_path_helper.rb', line 5

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