ogom / redmine_sidekiq

Sidekiq plugin for Redmine
21 stars 29 forks source link

ActiveRecord::DangerousAttributeError (delay is defined by ActiveRecord) #2

Closed n-rodriguez closed 10 years ago

n-rodriguez commented 10 years ago

After installing the plugin, when creating a new issue I've got a 500 with :

ActiveRecord::DangerousAttributeError (delay is defined by ActiveRecord):
  app/models/issue_relation.rb:89:in `initialize'
  app/controllers/issues_controller.rb:123:in `new'
  app/controllers/issues_controller.rb:123:in `show'