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