# File lib/generators/active_model/model/model_generator.rb, line 14
      def read_properties?
        attributes.any?{|attr| attr.type == :read }
      end