Easy question: I need help writing an ActiveRecord find_all_by
statement where I want to order things from newest created objects to oldest.
As a follow-up to this question: If I saved the results into a variable @records. How do I then ask for the next record in it? I want to do something like @current_record = @records.next