aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib/active_model.rb
diff options
context:
space:
mode:
authorŁukasz Strzałkowski <lukasz.strzalkowski@gmail.com>2013-06-27 20:01:50 +0200
committerŁukasz Strzałkowski <lukasz.strzalkowski@gmail.com>2013-06-27 20:38:30 +0200
commit468939297db91f8e595a93c94a16e23b26eee61a (patch)
treea9b5bd13c3548207a4db803bed1d9388e9591e5f /activemodel/lib/active_model.rb
parent90f00142e6ff6a674f89c51a6784309b24b246bf (diff)
downloadrails-468939297db91f8e595a93c94a16e23b26eee61a.tar.gz
rails-468939297db91f8e595a93c94a16e23b26eee61a.tar.bz2
rails-468939297db91f8e595a93c94a16e23b26eee61a.zip
Remove deprecated attr_protected/accessible
Rails 4.0 has removed attr_protected and attr_accessible feature in favor of Strong Parameters.
Diffstat (limited to 'activemodel/lib/active_model.rb')
-rw-r--r--activemodel/lib/active_model.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/activemodel/lib/active_model.rb b/activemodel/lib/active_model.rb
index 3bd5531356..ef4f2514be 100644
--- a/activemodel/lib/active_model.rb
+++ b/activemodel/lib/active_model.rb
@@ -37,7 +37,6 @@ module ActiveModel
autoload :ForbiddenAttributesProtection
autoload :Lint
autoload :Model
- autoload :DeprecatedMassAssignmentSecurity
autoload :Name, 'active_model/naming'
autoload :Naming
autoload :SecurePassword