Skip to content

Commit 13dc6e7

Browse files
Merge pull request rails#47685 from jonathanhefner/rely-autoload-active_model-forbidden_attributes_protection
Rely on `AM::ForbiddenAttributesProtection` autoload
2 parents 8986050 + 9f399a6 commit 13dc6e7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

activerecord/lib/active_record/relation/query_methods.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
require "active_record/relation/from_clause"
44
require "active_record/relation/query_attribute"
55
require "active_record/relation/where_clause"
6-
require "active_model/forbidden_attributes_protection"
76
require "active_support/core_ext/array/wrap"
87

98
module ActiveRecord

0 commit comments

Comments
 (0)