aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/application_controller.rb
diff options
context:
space:
mode:
authorFaton Selishta <fatonselishta@gmail.com>2011-06-02 14:32:00 +0000
committerFaton Selishta <fatonselishta@gmail.com>2011-06-02 14:32:00 +0000
commit018e04dd94503dec29fe13c8f1044a0fda887698 (patch)
treed22c31839ab6430e45b44abc48ac2dcb6f151328 /app/controllers/application_controller.rb
parent03288683a6b4f95b5f3a007433b4adf8c5f22c17 (diff)
Specific code for our requirements (kosovo law, our request etc..)
Diffstat (limited to 'app/controllers/application_controller.rb')
-rw-r--r--app/controllers/application_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb
index 91754e2ba..d4c70ed1e 100644
--- a/app/controllers/application_controller.rb
+++ b/app/controllers/application_controller.rb
@@ -30,7 +30,7 @@ class ApplicationController < ActionController::Base
helper_method :site_name, :locale_from_params
def site_name
# XXX should come from database:
- site_name = "WhatDoTheyKnow"
+ site_name = "Informata Zyrtare"
return site_name
end