Class: PgSearch::Document

Inherits:
ActiveRecord::Base
  • Object
show all
Includes:
Model
Defined in:
lib/pg_search/document.rb

Class Method Summary collapse

Methods included from Model

#method_missing, #respond_to_missing?

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class PgSearch::Model

Class Method Details

.loggerObject

The logger might not have loaded yet. github.com/Casecommons/pg_search/issues/26



14
15
16
# File 'lib/pg_search/document.rb', line 14

def self.logger
  super || Logger.new($stderr)
end