# File ar-extensions/lib/ar-extensions/fulltext.rb, line 40 def fulltext( fulltext_key, options ) connection.register_fulltext_extension( fulltext_key, options ) rescue NoMethodError logger.warn "FullTextSearching is not supported for adapter!" raise FullTextSearchingNotSupported.new end