Sha256: c52f5ba72f47b0f36248433ce413cf4e9a74a5fea45e7ce66d384ae41e7efb64

Contents?: true

Size: 357 Bytes

Versions: 6

Compression:

Stored size: 357 Bytes

Contents

Description:
    Generates a new database migration for adding a right. 
    Pass the right name and an optional list of attribute pairs as arguments.

    A migration class is generated in db/migrate prefixed by a timestamp of the current date and time.

Example:
    `rails generate right_on:right_migration my_controllers/my_new_controller#my_new_action`

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
right_on-1.0.0 lib/right_on/generators/USAGE
right_on-0.4.1 lib/right_on/generators/USAGE
right_on-0.4.0 lib/right_on/generators/USAGE
right_on-0.3.0 lib/right_on/generators/USAGE
right_on-0.2.0 lib/right_on/generators/USAGE
right_on-0.1.0 lib/right_on/generators/USAGE