aboutsummaryrefslogtreecommitdiffstats
path: root/app/helpers/config_helper.rb
diff options
context:
space:
mode:
authorMatthew Landauer <matthew@openaustralia.org>2012-09-25 09:15:47 +1000
committerMatthew Landauer <matthew@openaustralia.org>2012-09-25 09:15:47 +1000
commit6ee1e8d0a4a8cfe02797c1a853bf27af2610ad27 (patch)
tree8e46da78fec42c9df59c1fe4923895d74229a5bc /app/helpers/config_helper.rb
parent5e3e0ae67f6afa0fa648b7015e89871bee22b23f (diff)
Inline ConfigHelper force_registration_on_new_request
Diffstat (limited to 'app/helpers/config_helper.rb')
-rw-r--r--app/helpers/config_helper.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/app/helpers/config_helper.rb b/app/helpers/config_helper.rb
index 0f18c0c4b..73e12172f 100644
--- a/app/helpers/config_helper.rb
+++ b/app/helpers/config_helper.rb
@@ -2,8 +2,4 @@ module ConfigHelper
def site_name
Configuration::site_name
end
-
- def force_registration_on_new_request
- Configuration::force_registration_on_new_request
- end
end \ No newline at end of file