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