| | 1 | The engine has the following properties: |
|---|
| | 2 | |
|---|
| | 3 | |
|---|
| | 4 | Controllers |
|---|
| | 5 | ----------- |
|---|
| | 6 | * AlPacino controller - partially overridden by a version in the beta engine |
|---|
| | 7 | * BrianBlessed controller - partially overridden by a version in /app |
|---|
| | 8 | * Baldwin::Alec controller - a controller in a module. Partially overridden in the beta engine |
|---|
| | 9 | |
|---|
| | 10 | |
|---|
| | 11 | Helpers |
|---|
| | 12 | ------- |
|---|
| | 13 | * AccountHelper - partially overridden by the beta engine # TODO: this file is incomplete |
|---|
| | 14 | * MyHelper - partially overridden in both the beta engine and /app |
|---|
| | 15 | |
|---|
| | 16 | |
|---|
| | 17 | Models |
|---|
| | 18 | ------ |
|---|
| | 19 | * Account model - only in this engine |
|---|
| | 20 | * Banjo model - overridden in the beta engine, this should NEVER get loaded |
|---|
| | 21 | * Clown model - overridden in /app, this should NEVER get loaded |
|---|
| | 22 | |
|---|
| | 23 | |
|---|
| | 24 | Lib |
|---|
| | 25 | --- |
|---|
| | 26 | * Apple - only present in this engine |
|---|
| | 27 | * Banana - overridden in /app, this should NEVER get loaded |
|---|
| | 28 | * Thundercats::Liono - a library in a module |
|---|
| | 29 | |
|---|
| | 30 | |
|---|
| | 31 | Misc |
|---|
| | 32 | ---- |
|---|
| | 33 | |
|---|
| | 34 | * The Engine version is set using the Module method |
|---|