# File lib/generators/helpers/model_helper.rb, line 24
      def model_exists?
        File.exist? destination_path("app/models/#{singular_name}.rb")
      end