Sha256: 81f075e22d5714df5ef9a4481b484a91a6f779c3c827de8c247c59a22df1dbe1

Contents?: true

Size: 313 Bytes

Versions: 4

Compression:

Stored size: 313 Bytes

Contents

Description:
    Installs the migration files necessary for Manifest

Example:
    rails generate manifest:install Page

    This will create:
        db/migrate/create_pages.rb
        db/migrate/add_index_to_pages.rb
        db/migrate/create_content_blocks.rb
        db/migrate/add_index_to_content_blocks.rb

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
manifest-rails-0.0.4 lib/generators/manifest/install/USAGE
manifest-rails-0.0.3 lib/generators/manifest/install/USAGE
manifest-rails-0.0.2 lib/generators/manifest/install/USAGE
manifest-rails-0.0.1 lib/generators/manifest/install/USAGE