Commit 70fc010
authored
Add support for packs and internal engines (#56)
When using packs or internal engines, the template paths may not be
nested directly under the Rails root `app/views` directory.
For example, the default for
[packs-rails](https://github.com/rubyatscale/packs-rails) is to use a
`packs` directory under the Rails root, so the layout could be in a
directory like `#{Rails.root}/packs/pack_name/app/views`1 parent 89296bf commit 70fc010
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
44 | 46 | | |
45 | 47 | | |
46 | 48 | | |
| |||
0 commit comments