Class: ActionController::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/dhs/railtie/action_controller_extension.rb

Instance Method Summary collapse

Constructor Details

#initializeBase

Returns a new instance of Base.



8
9
10
11
12
13
# File 'lib/dhs/railtie/action_controller_extension.rb', line 8

def initialize
  prepare_dhs_request_cycle_cache
  reset_option_blocks
  reset_extended_rollbar_request_logs
  super
end