aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/application_controller.rb
diff options
context:
space:
mode:
authorSeb Bacon <seb.bacon@gmail.com>2011-07-06 10:35:56 +0100
committerSeb Bacon <seb.bacon@gmail.com>2011-07-06 10:35:56 +0100
commitfb183ab07052293acabde9fa249f5d1952d56465 (patch)
tree41667f77795a108b77be73e9de9824d9b4fab8da /app/controllers/application_controller.rb
parent4d36238dbc2a239b48193b9089c3321a3103346f (diff)
parente7cd3adc2775b1450251f89d70680b3be8f291a3 (diff)
initial merge of Kosovan branch; still need to get tests passing, factor out Kosovan-specific code
Diffstat (limited to 'app/controllers/application_controller.rb')
-rw-r--r--app/controllers/application_controller.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb
index e39865dd9..516081d42 100644
--- a/app/controllers/application_controller.rb
+++ b/app/controllers/application_controller.rb
@@ -30,8 +30,8 @@ class ApplicationController < ActionController::Base
helper_method :site_name, :locale_from_params
def site_name
# XXX should come from database:
- site_name = "WhatDoTheyKnow"
- return site_name
+ site_name = "InformataZyrtare.org"
+ return site_name
end
# Help work out which request causes RAM spike.