Class: ActiveRecord::Base

Inherits:
Object
  • Object
show all
Extended by:
Raicoto::Inspection
Defined in:
lib/raicoto/activerecord/inspection.rb

Class Method Summary collapse

Methods included from Raicoto::Inspection

ls

Class Method Details

._all_for_lsObject



3
4
5
# File 'lib/raicoto/activerecord/inspection.rb', line 3

def self._all_for_ls
  self.all
end

.map(&block) ⇒ Object



7
8
9
# File 'lib/raicoto/activerecord/inspection.rb', line 7

def self.map(&block)
  self.all.map(&block)
end