Module: PagesHelper
- Defined in:
- app/helpers/pages_helper.rb
Instance Method Summary collapse
Instance Method Details
#if_ie_tag(content) ⇒ Object
2 3 4 |
# File 'app/helpers/pages_helper.rb', line 2 def if_ie_tag (content) "\n<!--[if IE]>\n"+content+"\n<![endif]-->\n" end |