Sha256: ee6fa3b9d6e27fe8fc8c4861c25cf0727dfde9a7aee597b4e44a5e6e4b9ae55f
Contents?: true
Size: 293 Bytes
Versions: 15
Compression:
Stored size: 293 Bytes
Contents
class ThinkingSphinx::ActiveRecord::DatabaseAdapters::AbstractAdapter def initialize(model) @model = model end def quote(column) @model.connection.quote_column_name(column) end def quoted_table_name @model.quoted_table_name end def utf8_query_pre [] end end
Version data entries
15 entries across 15 versions & 1 rubygems