Sha256: a8f2fd103d9b00e9e7d9e3e74615a980d74f99d5eda9d4866c24ec1ce6a5e6dd
Contents?: true
Size: 335 Bytes
Versions: 2
Compression:
Stored size: 335 Bytes
Contents
module Mailkick module UrlHelper def mailkick_unsubscribe_url Mailkick::Engine.routes.url_helpers.url_for( (ActionMailer::Base.default_url_options || {}).merge( controller: "mailkick/subscriptions", action: "unsubscribe", id: "{{MAILKICK_TOKEN}}" ) ) end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
mailkick-0.1.1 | app/helpers/mailkick/url_helper.rb |
mailkick-0.1.0 | app/helpers/mailkick/url_helper.rb |