File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
rails/generators/intercom/config Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff 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 ) )
Original file line number Diff line number Diff 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 -%>
You can’t perform that action at this time.
0 commit comments