Class: ActionController::Base
- Inherits:
-
Object
- Object
- ActionController::Base
- Defined in:
- lib/dhs/railtie/action_controller_extension.rb
Instance Method Summary collapse
-
#initialize ⇒ Base
constructor
A new instance of Base.
Constructor Details
#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 |