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