Method: ActionController::Base#initialize
- Defined in:
- lib/dhs/railtie/action_controller_extension.rb
#initialize ⇒ Base
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 super end |