Class: Helpstation::Fetchers::ActiveRecordFetcher

Inherits:
ByKeyFetcher show all
Defined in:
lib/helpstation/fetchers.rb

Class Method Summary collapse

Methods inherited from ByKeyFetcher

#call

Methods inherited from Processor

#success

Methods inherited from Evaluator

call, #initialize

Constructor Details

This class inherits a constructor from Helpstation::Evaluator

Class Method Details

.buildObject



32
33
34
35
36
# File 'lib/helpstation/fetchers.rb', line 32

def self.build(*)
  super
rescue ActiveRecord::NotFoundError
  raise NotFoundError
end