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.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb
index cf0845970..d645a8b95 100644
--- a/app/helpers/application_helper.rb
+++ b/app/helpers/application_helper.rb
@@ -1,12 +1,6 @@
# Methods added to this helper will be available to all templates in the application.
module ApplicationHelper
- # This was the best solution I could find to this, yeuch.
- # http://www.ruby-forum.com/topic/88857
- def stylesheet_link_tag_html4( _n )
- return stylesheet_link_tag( _n ).gsub( ' />', '>' )
- end
-
# Copied from error_messages_for in active_record_helper.rb
def foi_error_messages_for(*params)
options = params.last.is_a?(Hash) ? params.pop.symbolize_keys : {}