My application has all the controllers for the public part of the site covered by the module Utilisation, and they all inherit from Utilisation::UtilisationController. I want to create a default layout for using / layouts of these controllers / *. Html.erb.
I tried through:
layout 'utilisation/layouts/application.html.erb'
but i get
ActionView::MissingTemplate (Missing layout layouts/utilisation/application ...
How can I change the default layout directory?
clyfe source
share