Closed jr180180 closed 5 years ago
Redmine v 4.x now runs on Rails 5. Since Rails 5 drops support for alias_chain_method we need a bit of a work around. We could eventually move to prepend but to continue supporting older versions, I figured this work around would be fine for now.
alias_chain_method
Thanks for your contribution, I tested in Redmine 3.4 and 4.0 (trunk). Works well! 👍
Redmine v 4.x now runs on Rails 5. Since Rails 5 drops support for
alias_chain_method
we need a bit of a work around. We could eventually move to prepend but to continue supporting older versions, I figured this work around would be fine for now.