aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/fixtures/company.rb
diff options
context:
space:
mode:
authorGuillermo Iguaran <guilleiguaran@gmail.com>2012-07-19 08:57:48 -0500
committerGuillermo Iguaran <guilleiguaran@gmail.com>2012-09-16 23:58:20 -0500
commit8c4de0e67fc22fecf70a230d2178a00b2b24b18d (patch)
treeab3054802266fa1cc6411b610f399081155e7d82 /actionpack/test/fixtures/company.rb
parentd695fdbd1181a002595ae2d80e2ee6955801b602 (diff)
downloadrails-8c4de0e67fc22fecf70a230d2178a00b2b24b18d.tar.gz
rails-8c4de0e67fc22fecf70a230d2178a00b2b24b18d.tar.bz2
rails-8c4de0e67fc22fecf70a230d2178a00b2b24b18d.zip
Remove integration between attr_accessible/protected and AC::Metal::ParamsWrapper
Diffstat (limited to 'actionpack/test/fixtures/company.rb')
-rw-r--r--actionpack/test/fixtures/company.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/actionpack/test/fixtures/company.rb b/actionpack/test/fixtures/company.rb
index e29978801e..f3ac3642fa 100644
--- a/actionpack/test/fixtures/company.rb
+++ b/actionpack/test/fixtures/company.rb
@@ -1,6 +1,5 @@
class Company < ActiveRecord::Base
has_one :mascot
- attr_protected :rating
self.sequence_name = :companies_nonstd_seq
validates_presence_of :name