Sha256: 23e20cbe5bb51bd44b31694ff6284710ab7a918d2b3f1b911985026ca4c1ad56

Contents?: true

Size: 194 Bytes

Versions: 4

Compression:

Stored size: 194 Bytes

Contents

Description:
    Generates a form for a model with the given name.

Example:
    rails generate active_form_model:form sign_up --model=user

    This will create:
        app/forms/user_form.rb

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
active_form_model-0.5.1 lib/generators/active_form_model/USAGE
active_form_model-0.4.1 lib/generators/active_form_model/USAGE
active_form_model-0.3.0 lib/generators/active_form_model/USAGE
active_form_model-0.2.0 lib/generators/active_form_model/USAGE