Skip to content

Commit

Permalink
Update application structure documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewcroome authored Sep 26, 2016
1 parent 6025e94 commit 3141c46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This skeleton breaks your application down into:
1. A common "core" component, for managing database relations and exposing basic common functionality.
2. Multiple sub-app components, for the various discrete parts of your application.

The application starts with a vanilla `Roda` app ([source](/component/app_prototype/application.rb)) to explicitly mount each of your sub-apps onto their respective routes.
The application starts with a vanilla `Roda` app ([source](/system/app_prototype/application.rb)) to explicitly mount each of your sub-apps onto their respective routes.

Each sub-app, located in `apps/<sub_app>`, is a `Dry::Web::Roda::Application`, which means it provides the following:

Expand Down

0 comments on commit 3141c46

Please sign in to comment.