Class: PgSearch::Document
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- PgSearch::Document
- Includes:
- Model
- Defined in:
- lib/pg_search/document.rb
Class Method Summary collapse
-
.logger ⇒ Object
The logger might not have loaded yet.
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
.logger ⇒ Object
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 |