Sha256: c997ae989e62682c24045707b4713b8c180efbb0947c45b73c93377eec77a564
Contents?: true
Size: 314 Bytes
Versions: 14
Compression:
Stored size: 314 Bytes
Contents
# frozen_string_literal: true require_relative './next_direction_for_helper' module Sort module DescriptionForHelper include Sort::NextDirectionForHelper def sort_description_for(attribute) "sort by '#{attribute}' in #{next_sort_direction_for(attribute, format: :long)} order" end end end
Version data entries
14 entries across 14 versions & 1 rubygems