module EmailHelper
Public Instance Methods
line_break(s)
click to toggle source
# File lib/railsbricks/foundation/app/helpers/email_helper.rb, line 2 def line_break(s) s.gsub("\n", "<br/>") end
# File lib/railsbricks/foundation/app/helpers/email_helper.rb, line 2 def line_break(s) s.gsub("\n", "<br/>") end