Method: ActiveRecord::Base.all

Defined in:
lib/jun/active_record/base.rb

.allObject



27
28
29
# File 'lib/jun/active_record/base.rb', line 27

def self.all
  ActiveRecord::Relation.new(self)
end