Skip to content

Commit

Permalink
added default documentation page for generated advanced modules
Browse files Browse the repository at this point in the history
  • Loading branch information
David McReynolds committed Feb 18, 2013
1 parent 41a48de commit af54a39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fuel/modules/fuel/config/fuel.php
Expand Up @@ -373,15 +373,15 @@
'config/{module}.php',
'config/{module}_constants.php',
'config/{module}_routes.php',
'controllers/{module}.php',
'controllers/{module}_module.php',
'helpers/{module}_helper.php',
'libraries/Fuel_{module}.php',
'language/english/{module}_lang.php',
'models/',
'tests/sql/',
'views/_admin/{module}.php',
'views/_blocks/',
'views/_docs/',
'views/_docs/index.php',
'views/_layouts/',
),
'simple' => 'MY_fuel_modules.php',
Expand Down

0 comments on commit af54a39

Please sign in to comment.