Module: Croods::Resource::Sorting

Defined in:
lib/croods/resource/sorting.rb

Instance Method Summary collapse

Instance Method Details

#sort_by(attribute = nil) ⇒ Object



6
7
8
9
10
# File 'lib/croods/resource/sorting.rb', line 6

def sort_by(attribute = nil)
  return @sort_by ||= :created_at unless attribute

  @sort_by = attribute
end