]> source.dussan.org Git - redmine.git/commit
Code cleanup: RuboCop: Rails/ActiveRecordAliases
authorGo MAEDA <maeda@farend.jp>
Sat, 17 Aug 2019 08:14:36 +0000 (08:14 +0000)
committerGo MAEDA <maeda@farend.jp>
Sat, 17 Aug 2019 08:14:36 +0000 (08:14 +0000)
commit0d4ed123886e931183cd1a0e776bc9bd0bf3ff2d
treed5d4d2aa395ad5ba2aab27fdd976b73803a4d80b
parent178449e5290e6c6e733c7c169a49a7d3cfa97cba
Code cleanup: RuboCop: Rails/ActiveRecordAliases

update_attributes is deprecated in Rails 6.0 and will be removed in Rails 6.1 (#29914).

git-svn-id: http://svn.redmine.org/redmine/trunk@18375 e93f8b46-1217-0410-a6f0-8f06a7374b81
.rubocop_todo.yml
app/controllers/enumerations_controller.rb
app/models/project.rb
test/functional/documents_controller_test.rb
test/functional/journals_controller_test.rb
test/functional/search_controller_test.rb
test/unit/document_category_test.rb
test/unit/document_test.rb
test/unit/enumeration_test.rb
test/unit/issue_subtasking_test.rb
test/unit/message_test.rb