I would like to move source/index.html.erb
into a directory to sit nicely alongside the partials I’m using in index.html.erb
.
Is there an existing way to move the source/index.html.erb
into a directory?
Something like
# config.rb
root_to 'root#index'
So that I can do
source/
root/
|- _hero_box.html.erb
|- index.html.erb