Skip to content

Commit db944ce

Browse files
authored
Remove redundant require: follow rails#10776
active_model/forbidden_attributes_protection is not used since rails#10776
1 parent 335733b commit db944ce

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

activerecord/lib/active_record/attribute_assignment.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# frozen_string_literal: true
22

3-
require "active_model/forbidden_attributes_protection"
4-
53
module ActiveRecord
64
module AttributeAssignment
75
include ActiveModel::AttributeAssignment

0 commit comments

Comments
 (0)