Changeset 3927
- Timestamp:
- 03/18/06 16:11:21 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/actionpack/lib/action_controller/components.rb
r3581 r3927 154 154 request.instance_variable_set( 155 155 :@parameters, 156 (options[:params] || {}).with_indifferent_access. regular_update(156 (options[:params] || {}).with_indifferent_access.update( 157 157 "controller" => controller_name, "action" => options[:action], "id" => options[:id] 158 158 )