arkhitech / redmine_impersonate

allows people with permission to impersonate user's in their project and allows administrator to impersonate anyone. This is helpful in setting up roles and permissions for redmine.
MIT License
5 stars 4 forks source link

Fix undefined method before_filter #9

Closed antitoine closed 5 years ago

antitoine commented 5 years ago

Fix compatibility on Redmine 4.0. before_filter has been deprecated in Rails 5.0, removed in 5.1 and replaced by before_action method.

Signed-off-by: Antoine Chabert antoine.chabert@tohero.fr

hishammalik commented 5 years ago

Why is it closed?