我们正在使用这个gem(https://github.com/smartinez87/exception_notification)和rails 3.2.11.我们想从控制器的动作和wikie中提到的后台进程使用以下方法"ExceptionNotifier.notify_exception(e)"但是我们得到以下错误
ExceptionNotifier的未定义方法`notify_exception':Class
我们正在安装这个gem的3.0.1版本.gem"exception_notification","〜> 3.0.1"
我们的rails版本是3.2.11,ruby版本是ruby 1.9.2p320.
谢谢