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