# File lib/active_resource/base.rb, line 840
      def all(*args)
        find(:all, *args)
      end