Sha256: 331a900dbb650465134ed1c394b8521819b309c202a1b1892d3caab4edfe94fd

Contents?: true

Size: 75 Bytes

Versions: 4

Compression:

Stored size: 75 Bytes

Contents

module EmailHelper
  def line_break(s)
    s.gsub("\n", "<br/>")
  end
end

Version data entries

4 entries across 4 versions & 3 rubygems

Version Path
railsbricks-3.7.0 lib/railsbricks/foundation/app/helpers/email_helper.rb
railsbricks-reloaded-3.2.1 lib/railsbricks/foundation/app/helpers/email_helper.rb
phoenixbricks-3.2.7 lib/railsbricks/foundation/app/helpers/email_helper.rb
phoenixbricks-3.2.6 lib/railsbricks/foundation/app/helpers/email_helper.rb