Module: Outpost::List

Extended by:
ActiveSupport::Autoload
Defined in:
lib/outpost/list.rb,
lib/outpost/list/base.rb,
lib/outpost/list/column.rb,
lib/outpost/list/filter.rb

Defined Under Namespace

Classes: Base, Column, Filter

Constant Summary collapse

DEFAULT_ORDER_ATTRIBUTE =
"id"
DEFAULT_ORDER_DIRECTION =
DESCENDING
DEFAULT_PER_PAGE =
25