Skip to content

Commit

Permalink
explain initializer to alter zeitwerk behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
yawboakye committed Jun 6, 2024
1 parent 93c7964 commit 6394601
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,13 @@ point of departure is the following:

domains live under `app/lib` of the rails application. internally, it is
organized into three main categories, represented by directories and ruby module
namespaces:
namespaces. all domains are sub-namespaced under the application's main
namespace. an initializer is added to override zeitwerk's default behavior of
using `Object` as the root namespace for classes loaded from `app/lib`.

- `internal`: to be described
- `command`: to be described
- `data`: to be described
#### `internal`
#### `command`
#### `data`

[discourse]: https:/github.com/discourse/discourse
[dc_models]: https://github.com/discourse/discourse/tree/main/app/models
Expand Down
Empty file added lib/tasks/check.rake
Empty file.

0 comments on commit 6394601

Please sign in to comment.