Customization » History » Version 1
Phil Hodgson, 04/05/2014 10:06 AM
1 | 1 | Phil Hodgson | h1. Customization |
---|---|---|---|
2 | |||
3 | h2. Overriding Default Views, Partials, Templates, etc. |
||
4 | |||
5 | It is possible to override any Rails view in the application by mimicking the directory structure in @app/views@ but under another folder @app/views_site_specific@. For example, to use your own version of @_dashboard.html.erb@ in @app/views/pages@ you would put it in @app/views_site_specific/pages@. |