class ElegantLeaderboard::Error::InvalidSortOrder

Public Instance Methods

message() click to toggle source
# File lib/elegant_leaderboard/error.rb, line 11
def message
  ':sort_order option is not an array of symbols or strings'
end