diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb index c7d209a..0f630af 100644 --- a/app/controllers/application_controller.rb +++ b/app/controllers/application_controller.rb @@ -40,7 +40,7 @@ class ApplicationController < ActionController::Base theme_layout = theme_option(:layout) if theme_layout - theme_view_file('layouts/'+theme_layout) || theme_layout + (theme_view_file('layouts/'+theme_layout) || theme_layout).to_s else 'application' end -- libgit2 0.21.2