class method self.all

Ruby on Rails 2.3.18

Since v2.2.3 Last seen in v2.3.18

Available in: v2.2.3 v2.3.18

Signature

self.all(*args)

This is an alias for find(:all). You can pass in all the same arguments to this method as you can to find(:all)

Parameters

args rest
Source
# File activerecord/lib/active_record/base.rb, line 638
      def all(*args)
        find(:all, *args)
      end

Defined in activerecord/lib/active_record/base.rb line 638 · View on GitHub · Improve this page · Find usages on GitHub

Defined in ActiveRecord::Base

Type at least 2 characters to search.

↑↓ navigate · open · esc close