module DeveloperProjectsAssociationExtension2
Public Instance Methods
find_least_recent()
click to toggle source
# File activerecord/test/models/developer.rb, line 6 def find_least_recent order("id ASC").first end