Class: ActiveCypher::Generators::RelationshipGenerator
- Inherits:
-
Rails::Generators::NamedBase
- Object
- Rails::Generators::NamedBase
- ActiveCypher::Generators::RelationshipGenerator
- Defined in:
- lib/active_cypher/generators/relationship_generator.rb
Instance Method Summary collapse
Instance Method Details
#create_relationship_file ⇒ Object
24 25 26 27 |
# File 'lib/active_cypher/generators/relationship_generator.rb', line 24 def create_relationship_file check_runtime_class_collision template 'relationship.rb.erb', File.join('app/graph', class_path, "#{file_name}.rb") end |