Module: DryCrud::Sortable

Extended by:
ActiveSupport::Concern
Included in:
ListController
Defined in:
app/controllers/dry_crud/sortable.rb

Overview

Sort functionality for the index table. Define a default sort expression that is always appended to the current sort params with the class attribute default_sort.

Defined Under Namespace

Modules: ClassMethods, Prepends