Module: ActiveGraph::Generators::SourcePathHelper::ClassMethods
- Defined in:
- lib/rails/generators/active_graph_generator.rb
Instance Method Summary collapse
Instance Method Details
#source_root ⇒ Object
62 63 64 65 |
# File 'lib/rails/generators/active_graph_generator.rb', line 62 def source_root @_neo4j_source_root ||= File.(File.join(File.dirname(__FILE__), 'active_graph', generator_name, 'templates')) end |