Class: RrxApi::Controller

Inherits:
ActionController::API
  • Object
show all
Includes:
AbstractController::Helpers
Defined in:
app/controllers/rrx_api/controller.rb

Instance Method Summary collapse

Instance Method Details

#loggerRrxLogging::Logger

Returns:

  • (RrxLogging::Logger)


10
11
12
# File 'app/controllers/rrx_api/controller.rb', line 10

def logger
  RrxLogging.current || Rails.logger
end