Module: EmailHelper
- Defined in:
- lib/railsbricks/foundation/app/helpers/email_helper.rb
Instance Method Summary collapse
Instance Method Details
#line_break(s) ⇒ Object
2 3 4 |
# File 'lib/railsbricks/foundation/app/helpers/email_helper.rb', line 2 def line_break(s) s.gsub("\n", "<br/>") end |