I have a 'pages' controller with some static pages instead of using the rest method (show, index etc).
The static files view fine on my local machine but when deploying with heroku I get the following error:
PagesController#used_cars_south_wales (ActionView::MissingTemplate) "Missing template pages/used_cars_south_wales.erb in view path app/views"
Anyone else get the same problem, any advice appreciated.