Sha256: cae7bcd33738bed26df4adc1590826da188d95fbdf88e03c97aebe02bb8f3dd9
Contents?: true
Size: 271 Bytes
Versions: 7
Compression:
Stored size: 271 Bytes
Contents
## # Outpost::List module Outpost module List extend ActiveSupport::Autoload DEFAULT_ORDER_ATTRIBUTE = "id" DEFAULT_ORDER_DIRECTION = DESCENDING DEFAULT_PER_PAGE = 25 autoload :Base autoload :Column autoload :Filter end end
Version data entries
7 entries across 7 versions & 1 rubygems