This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# A custom initializer that enables sorting via custom scopes in Ransack (like the same feature in MetaSearch) | |
module Ransack | |
module Adapters | |
module ActiveRecord | |
class Context < ::Ransack::Context | |
# Allows for sorting by custom scopes | |
# | |
# |