Sha256: 24bed2ac096085cb7a86b7be8131fd4305969065fae7689e8d1df00d7541c0ee
Contents?: true
Size: 678 Bytes
Versions: 2
Compression:
Stored size: 678 Bytes
Contents
module EmailCampaign module EmailHelper def email_asset_url(filename) AppBaseURL + url_for(:controller => 'email', :action => 'asset', :method => @method, :filename => filename, :k => @identifier) end def email_link_url(url) AppBaseURL + url_for(:controller => 'email', :action => 'link', :url => url, :k => @identifier) end def email_unsubscribe_url AppBaseURL + url_for(:controller => 'email', :action => 'unsubscribe', :k => @identifier) end def email_web_version_url AppBaseURL + url_for(:controller => 'email', :action => 'web_version', :method => @method, :k => @identifier) end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
email_campaign-0.1.4 | app/helpers/email_campaign/email_helper.rb |
email_campaign-0.1.3 | app/helpers/email_campaign/email_helper.rb |