neo4jrb / activegraph

An active model wrapper for the Neo4j Graph Database for Ruby.
http://neo4jrb.io
MIT License
1.4k stars 277 forks source link

Incorrect command for generating migrations in the documentation #1695

Open riyaadh-abrahams opened 1 year ago

riyaadh-abrahams commented 1 year ago

Hello,

I noticed that the documentation shows an incorrect command for generating migrations. The current command mentioned is:

rails generate neo4j:migration RenameUserNameToFirstName

However, this command does not work. Instead, the correct command should be:

rails generate active_graph:migration RenameUserNameToFirstName

Please update the documentation to reflect the correct command for generating migrations. This will help avoid confusion for users who are following the documentation.

Thanks!