aboutsummaryrefslogtreecommitdiffstats
path: root/app/helpers/application_helper.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/helpers/application_helper.rb')
-rw-r--r--app/helpers/application_helper.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb
index 3b5bfdfda..8e655c68d 100644
--- a/app/helpers/application_helper.rb
+++ b/app/helpers/application_helper.rb
@@ -19,16 +19,9 @@ module ApplicationHelper
controller_name == "help"
end
- def test_sheet_page?
- controller_name == "test_sheet"
- end
-
def help_path
url_for(:controller => "/help", :action => "show") + '/'
end
- def test_sheet_path
- url_for(:controller => "/test_sheet", :action => "show") + '/'
- end
end