Method: ActiveRecord::Base.all
- Defined in:
- lib/jun/active_record/base.rb
.all ⇒ Object
27 28 29 |
# File 'lib/jun/active_record/base.rb', line 27 def self.all ActiveRecord::Relation.new(self) end |
27 28 29 |
# File 'lib/jun/active_record/base.rb', line 27 def self.all ActiveRecord::Relation.new(self) end |