Class: BloomRemit::ApplicationController

Inherits:
ActionController::Base
  • Object
show all
Includes:
Trailblazer::Operation::Controller
Defined in:
app/controllers/bloom_remit/application_controller.rb

Direct Known Subclasses

BloomRemit::Api::V1::TxnsController

Instance Method Summary collapse

Instance Method Details

#record_not_foundObject



10
11
12
# File 'app/controllers/bloom_remit/application_controller.rb', line 10

def record_not_found
  render nothing: true, status: 404
end