Description:

Generates a form for a model with the given name.

Example:

rails generate application_form:form sign_up --model=user

This will create:
    app/forms/user_form.rb