Module: LinkedRails::Model::Sorting::ClassMethods
- Defined in:
- lib/linked_rails/model/sorting.rb
Instance Method Summary collapse
Instance Method Details
#default_sort_column ⇒ Object
14 15 16 |
# File 'lib/linked_rails/model/sorting.rb', line 14 def default_sort_column :created_at end |