Methods
Instance Public methods
Source: show
# File rails/activerecord/test/fixtures/developer.rb, line 8 def find_least_recent find(:first, :order => "id ASC") end
Source: show
# File rails/activerecord/test/fixtures/developer.rb, line 8 def find_least_recent find(:first, :order => "id ASC") end