Skip to content

Commit 1be1086

Browse files
authored
Add more detail to engine documentation (#87)
1 parent 76782e6 commit 1be1086

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,12 @@ end
8888
```
8989

9090
### Making your Package an Engine
91-
Add `engine: true` to your `package.yml` to make it an actual Rails engine ([read more about what this means here](https://guides.rubyonrails.org/engines.html)):
91+
You can add `engine: true` to your `package.yml` to make it an actual [Rails engine](https://guides.rubyonrails.org/engines.html).
92+
93+
It implicitly sets up a namespace for your pack and adds namespace isolation.
94+
95+
You can then also use other functionality that engines provide, like per-pack routes, scoped url helpers, or a table name prefix.
96+
9297
```yml
9398
# packs/my_pack/package.yml
9499
enforce_dependencies: true

0 commit comments

Comments
 (0)