Sha256: a5d358edfa9b00ce85706d81896370bd604590da7cf7e5264a08b01ef2b2ea92
Contents?: true
Size: 245 Bytes
Versions: 24
Compression:
Stored size: 245 Bytes
Contents
module Exceptions class UnsearchableType < StandardError def initialize(object, col_name) super "Column '#{col_name}' of model #{object.model_name.human} is not searchable because it is not of type string or text." end end end
Version data entries
24 entries across 24 versions & 1 rubygems