Actions
Customization » History » Revision 1
Revision 1/15
| Next »
Phil Hodgson, 04/05/2014 10:06 AM
Customization¶
Overriding Default Views, Partials, Templates, etc.¶
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
.
Updated by Phil Hodgson over 10 years ago · 15 revisions