# File lib/active_resource/base.rb, line 580
      def primary_key
        @primary_key ||= 'id'
      end