缺少方法current_language

时间:2015-06-30 16:53:13

标签: ruby-on-rails plugins

我在Rails 3.2.8和ruby 1.9.3上使用ExceptionNotification 3.0.1 我在production.rb中有这些行:

  config.middleware.use ExceptionNotifier,
      :ignore_exceptions => [],
      :ignore_crawlers => %w{Googlebot bingbot},
      :email_prefix => '[Error]',
      :sender_address => 'system@XX.XX',
      :exception_recipients => %w{XX@XX.com},
      :sections => ExceptionNotifier::Notifier.default_sections + %w{system_error}

但是我收到了这个错误:

NoMethodError (undefined method `current_language' for #<ExceptionNotifier::Notifier:

任何帮助将不胜感激

0 个答案:

没有答案