# File lib/active_record/base.rb, line 512 def attr_accessible(*attributes) write_inheritable_array("attr_accessible", attributes) end