class Neo4j::Generators::MigrationGenerator
Public Instance Methods
create_migration_file()
click to toggle source
# File lib/rails/generators/neo4j/migration/migration_generator.rb 9 def create_migration_file 10 migration_template 'migration.erb' 11 end