method

assign_shortcuts

Importance_0
v2.3.8 - Show latest stable - 0 notes - Class: ActionController::Base
assign_shortcuts(request, response) private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionpack/lib/action_controller/base.rb, line 1287 def assign_shortcuts(request, response) @_request, @_params = request, request.parameters @_response = response @_response.session = request.session @_session = @_response.session @template = @_response.template @_headers = @_response.headers end
Register or log in to add new notes.