Skip to content

Commit f20c2dd

Browse files
authored
Merge pull request intercom#256 from intercom/bv/remove_acquire_references
removed references to deprecated Acquire package
2 parents 8824174 + e2a5cb6 commit f20c2dd

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

lib/intercom-rails/shutdown_helper.rb

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ module IntercomRails
22
module ShutdownHelper
33
# This helper allows to erase cookies when a user log out of an application
44
# It is recommanded to call this function every time a user log out of your application
5-
# specifically if you use both "Acquire" and another Intercom product
65
# Do not use before a redirect_to because it will not clear the cookies on a redirection
76
def self.intercom_shutdown_helper(cookies)
87
if (cookies.is_a?(ActionDispatch::Cookies::CookieJar))

lib/rails/generators/intercom/config/intercom.rb.erb

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ IntercomRails.config do |config|
3838

3939
# == Include for logged out Users
4040
# If set to true, include the Intercom messenger on all pages, regardless of whether
41-
# The user model class (set below) is present. Only available for Apps on the Acquire plan.
41+
# The user model class (set below) is present.
4242
<%- if @include_for_logged_out_users -%>
4343
config.include_for_logged_out_users = true
4444
<%- else -%>

0 commit comments

Comments
 (0)