# File lib/big_record/model.rb, line 1041
      def attr_create_accessible(*attributes)
       write_inheritable_attribute(:attr_create_accessible, Set.new(attributes.map(&:to_s)) + (create_accessible_attributes || []))
      end