lib/generators/wcc/USAGE in wcc-contentful-0.2.1 vs lib/generators/wcc/USAGE in wcc-contentful-0.2.2

- old
+ new

@@ -1,17 +1,17 @@ Description: Generates the necessary migrations and initializers to add WCC Menus to your contentful space. Example: - rails generate wcc:menu + rails generate wcc:model MODEL This will install: https://www.github.com/watermarkchurch/migration-cli This will create: - db/migrate/[date]_generated_add_menus.ts - - this migration is run by the migration CLI to create menus in your + db/migrate/[date]_generated_add_[MODEL].ts - + this migration is run by the migration CLI to create MODEL in your contentful space bin/release - Adds a release command to your rails app which runs migrations. bin/contentful - This bash script is a wrapper around various Contentful CLI tools, and