Sha256: c6ee7a5957d3d36e78b62b38c9c92577eefe162daca021357f4e973c13fed01d

Contents?: true

Size: 102 Bytes

Versions: 3

Compression:

Stored size: 102 Bytes

Contents

module ApplicationHelper
  
  def email_filter(email)
    email.gsub! /@/, '(at)'
    email
  end

end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
view_models-4.0.1 feature_support/testapp/app/helpers/application_helper.rb
view_models-3.0.1 feature_support/testapp/app/helpers/application_helper.rb
view_models-3.0.0 feature_support/testapp/app/helpers/application_helper.rb