aboutsummaryrefslogtreecommitdiffstats
path: root/app/helpers
diff options
context:
space:
mode:
authorMichel Etienne2014-03-03 14:45:47 +0100
committerMichel Etienne2014-03-03 14:45:47 +0100
commita7e181faabcde5c7f30aa4602f781666d660d36a (patch)
tree77258eb9ad06af218321d9dde97af80c8009bfab /app/helpers
parent08dabdb71562553956ba3fc7e356227453a4cf29 (diff)
downloadchouette-core-a7e181faabcde5c7f30aa4602f781666d660d36a.tar.bz2
set referential tab when rule_parameter_set page is active
Diffstat (limited to 'app/helpers')
-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