Description:

It provides the ability to install/unistall the modules of Chado.
It will create the Model,the Controller and the Views to manage via your RoR app
all the data that Chado can store.

Example:

rails generate rorchado install --all

This will create:
    all the models,controllers and views for all the modules of Chado

Example:

rails generate rorchado uninstall --all

This will remove:
    all the models,controllers and views for all the modules of Chado