README.mdown in intercom-rails-0.2.8 vs README.mdown in intercom-rails-0.2.9
- old
+ new
@@ -26,10 +26,10 @@
To make installing Intercom as easy as possible, where possible a `<script>` tag **will be automatically inserted before the closing `</body>` tag**. For most Rails apps, **you won't need to do any extra config**. Having trouble? Check out troubleshooting below.
To disable automatic insertion for a particular controller or action you can:
```ruby
- skip_after_filter IntercomRails::AutoIncludeFilter
+ skip_after_filter :intercom_rails_auto_include
```
### Troubleshooting
If it's not working make sure: