NameError when running exception_notification plugin?

Hi all,

I installed the exception_notification plugin via ‘script/plugin
install’, and when configure it and try to run it, I get:

NameError

uninitialized constant ExceptionNotifiable

This error occured while loading the following files:
application.rb
exception_notifiable.rb

In my application.rb, I added this:

include ExceptionNotifiable

And in my development environment file, I added:

ExceptionNotifier.exception_recipients = %w([email protected])

What am I missing?

Thanks!

Sean

I had to restart the app after installing the plugin, huh?

Yeah, ok. Sorry, fixed. :slight_smile:

Sean