From fc0b5c9e5217fe1b3eeee9db9b9f6fba80a333e5 Mon Sep 17 00:00:00 2001 From: AntonioTerceiro Date: Mon, 23 Jul 2007 22:46:46 +0000 Subject: [PATCH] ActionItem8: marking a TODO --- app/controllers/application.rb | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/app/controllers/application.rb b/app/controllers/application.rb index 757fe8b..408e309 100644 --- a/app/controllers/application.rb +++ b/app/controllers/application.rb @@ -15,6 +15,7 @@ class ApplicationController < ActionController::Base # Load the template belongs to a Profile and set it at @chosen_template variable. # If no profile exist the @chosen_template variable is set to 'default' def load_template + # TODO: this should not be hardcoded if Profile.exists?(1) @owner = Profile.find(1) end -- libgit2 0.21.2