Class: ActiveCypher::Generators::NodeGenerator

Inherits:
Rails::Generators::NamedBase
  • Object
show all
Defined in:
lib/active_cypher/generators/node_generator.rb

Instance Method Summary collapse

Instance Method Details

#create_node_fileObject



23
24
25
26
# File 'lib/active_cypher/generators/node_generator.rb', line 23

def create_node_file
  check_runtime_class_collision
  template 'node.rb.erb', File.join('app/graph', class_path, "#{file_name}.rb")
end