Description:

Generate a concern module for models

Example:

rails generate concern:model thing

This will create:
    app/models/concerns/thing.rb