Description:
Used to create stubs for a new Admin Tool within the Compass AE framework
Example:
rails g admin_tool [name] [description] [icon-cls] This will create: 1. A controller 2. Public folder structures public/javascripts/erp_app/desktop/applications/[YOUR APP NAME] public/stylesheets/erp_app/desktop/applications/[YOUR APP NAME] public/images/erp_app/desktop/applications/[YOUR APP NAME] 3. A Javascript template 4. A data migration 5. Append to the routes file Run the migration with rake db:migrate_data and start adding functionality