File tree 2 files changed +1
-2
lines changed
rails/generators/intercom/config
2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ module IntercomRails
2
2
module ShutdownHelper
3
3
# This helper allows to erase cookies when a user log out of an application
4
4
# 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
6
5
# Do not use before a redirect_to because it will not clear the cookies on a redirection
7
6
def self . intercom_shutdown_helper ( cookies )
8
7
if ( cookies . is_a? ( ActionDispatch ::Cookies ::CookieJar ) )
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ IntercomRails.config do |config|
38
38
39
39
# == Include for logged out Users
40
40
# 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.
42
42
<%- if @include_for_logged_out_users -%>
43
43
config.include_for_logged_out_users = true
44
44
<%- else -%>
You can’t perform that action at this time.
0 commit comments