intercom / intercom-rails

The easiest way to install Intercom in a Rails app.
https://developers.intercom.io/reference
MIT License
280 stars 106 forks source link

fixes typo on config erb #330

Closed lloydliyu closed 3 years ago

lloydliyu commented 3 years ago

Why?

Fixes a small typo introduced in https://github.com/intercom/intercom-rails/pull/329 in the config file

How?

Changes the URL to a string and interpolates the app_id to make usage more simple.