hanami / view

Views, templates and presenters for Ruby web applications
http://hanamirb.org
MIT License
173 stars 80 forks source link

Add parts_path application config setting #182

Closed timriley closed 3 years ago

timriley commented 4 years ago

This accepts a value like “views/parts” and is later converted into a part_namespace on application views, with the namespace being looked up relative to the view’s containing slice or application. For example, for a view In the Main slice, the resulting part_namespace would become Main::Views::Parts.

timriley commented 4 years ago

Configure application views with Parts namespace