class Object

Public Class Methods

id_asc() click to toggle source
# File lib/id_asc.rb, line 5
def self.id_asc
  order(id: :asc)
end