From 9f61769425e411da7897711c45be8f47474ddaad Mon Sep 17 00:00:00 2001 From: Andreas Stephanides Date: Sat, 8 Nov 2014 11:17:53 +0100 Subject: [PATCH] app controller --- app/controllers/application_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb index 00908b1..66ed1b6 100755 --- a/app/controllers/application_controller.rb +++ b/app/controllers/application_controller.rb @@ -21,7 +21,7 @@ else stored_location_for(resource) || request.referer || root_path end - end^ + end def get_theme if ThemesForRails.available_theme_names.include?(params[:theme]) params[:theme]