From 8c4de0e67fc22fecf70a230d2178a00b2b24b18d Mon Sep 17 00:00:00 2001 From: Guillermo Iguaran Date: Thu, 19 Jul 2012 08:57:48 -0500 Subject: Remove integration between attr_accessible/protected and AC::Metal::ParamsWrapper --- actionpack/test/fixtures/company.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'actionpack/test/fixtures') 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 -- cgit v1.2.3