You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/structure.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ This skeleton breaks your application down into:
7
7
1. A common "core" component, for managing database relations and exposing basic common functionality.
8
8
2. Multiple sub-app components, for the various discrete parts of your application.
9
9
10
-
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.
10
+
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.
11
11
12
12
Each sub-app, located in `apps/<sub_app>`, is a `Dry::Web::Roda::Application`, which means it provides the following:
0 commit comments