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]