aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2013-05-15 10:11:16 -0700
committerAaron Patterson <aaron.patterson@gmail.com>2013-05-15 10:14:37 -0700
commitdcc1267feeff2bed4174c618ef3050615d0bafb0 (patch)
treeb2ef2025566d0fb806ccbb4bb287986e22118dfc
parentf22dbc62bdf73afdffb7461b9c84c7dd4936b42c (diff)
downloadrails-dcc1267feeff2bed4174c618ef3050615d0bafb0.tar.gz
rails-dcc1267feeff2bed4174c618ef3050615d0bafb0.tar.bz2
rails-dcc1267feeff2bed4174c618ef3050615d0bafb0.zip
require things we need
-rw-r--r--activerecord/lib/active_record/attribute_assignment.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/activerecord/lib/active_record/attribute_assignment.rb b/activerecord/lib/active_record/attribute_assignment.rb
index e536f5ebcc..a13bb9299a 100644
--- a/activerecord/lib/active_record/attribute_assignment.rb
+++ b/activerecord/lib/active_record/attribute_assignment.rb
@@ -1,3 +1,4 @@
+require 'active_model/forbidden_attributes_protection'
module ActiveRecord
module AttributeAssignment