pragmarb/pragma

Automatic ordering

aldesantis opened this issue · 0 comments

class Index < Pragma::Operation::Index
  self['ordering.columns'] = %i[created_at title]
  self['ordering.default_column'] = :created_at
  self['ordering.default_direction'] = :desc
end

Also, order by created_at DESC by default, if the model responds to created_at.