ilya-maltsev / access_tickets

Access Rights Manager based on Redmine - учет прав доступа к ресурсам
http://www.redmine.org/plugins/access_tickets
GNU General Public License v3.0
6 stars 5 forks source link

Redmine 4 Rails 5 support #4

Open BezQ opened 3 years ago

BezQ commented 3 years ago

I has try to install Access tickets plugin for redmine 4 .1 and Rails 5.2 and have error: undefined method `attr_accessible' for #

I read that reason of this error is using strong parameters instead mass assigment from Rails 4.

I'm not specialist in Rails and my question is if I'll change model and controllers clases to use accepts_nested_attributes_for your plugin will works with Rails 5.2 and redmine 4.1?