Description:

Create the authentication model

Example:

rails generate model MODEL

This will create:
    app/models/model.rb
    db/migrate/YYYYMMDDHHMMSS_create_models.rb