aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/application_controller.rb
diff options
context:
space:
mode:
authorSeb Bacon <seb.bacon@gmail.com>2011-07-05 09:56:59 +0100
committerSeb Bacon <seb.bacon@gmail.com>2011-07-05 09:56:59 +0100
commit74a7c2a1659ce9101c11e7bf6c53eeca2feef576 (patch)
tree959a25e29dca3e18f3fba6715549245648a26855 /app/controllers/application_controller.rb
parent5b78f72751b0bfa24f436420131e6ac6514ffa80 (diff)
parent74249524b08a2782d1f7272af3c66f081977367d (diff)
Merge branch 'master' of github.com:sebbacon/alaveteli
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..e39865dd9 100644
--- a/app/controllers/application_controller.rb
+++ b/app/controllers/application_controller.rb
@@ -31,7 +31,7 @@ class ApplicationController < ActionController::Base
def site_name
# XXX should come from database:
site_name = "WhatDoTheyKnow"
- return site_name
+ return site_name
end
# Help work out which request causes RAM spike.