I was running into issues with getting a NoMethodError delete_if for ActiveRecord..., where basically this was calling delete_if on an AR association instead of on an array (which I assume is what was meant).
This allows the plugin to work on the latest Redmine running Rails 4.
I was running into issues with getting a
NoMethodError delete_if for ActiveRecord...
, where basically this was callingdelete_if
on an AR association instead of on an array (which I assume is what was meant).This allows the plugin to work on the latest Redmine running Rails 4.