Description:

Generator for ESA Plugin

Example:

rails g esa

This will create:
    Create a migration in the application for the "Account" and Transaction" tables.

Once generated, simply run:
    rake db:migrate