lib/rails/generators/intercom/config/config_generator.rb in intercom-rails-0.2.27 vs lib/rails/generators/intercom/config/config_generator.rb in intercom-rails-0.2.28

- old
+ new

@@ -13,9 +13,10 @@ FALSEY_RESPONSES = ['n', 'no'] def create_config_file @app_id = app_id @api_secret = api_secret @api_key = api_key + @include_for_logged_out_users = false introduction = <<-desc Intercom will automatically insert its javascript before the closing '</body>' tag on every page where it can find a logged-in user. Intercom by default looks for logged-in users, in the controller, via 'current_user' and '@user'.