Sha256: f86f88b43fd7bfac17b53904a18bc25f8a8d6fcc3ccf998f00d3d55938423805

Contents?: true

Size: 409 Bytes

Versions: 21

Compression:

Stored size: 409 Bytes

Contents

Description:
    The model generator creates stubs for a new user model.

    The generator takes a model name as its argument.  The
    model name may be given in CamelCase or under_score and
    should not be suffixed with 'Model'.

    The generator creates a model class in app/models, invokes
    the hobo:user_mailer andgenerator the test framework.

Examples:
    $ rails generate hobo:user_model User

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
hobo-1.3.0.pre10 lib/generators/hobo/user_model/USAGE