Changeset 887
- Timestamp:
- 03/11/05 01:55:18 (3 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/actionpack/lib/action_controller/components.rb
r862 r887 55 55 request_for_component.send( 56 56 :instance_variable_set, :@parameters, 57 (options[:params] || {}).merge({ "controller" => options[:controller], "action" => options[:action], "id" => options[:id] }) 57 (options[:params] || {}).merge({ "controller" => options[:controller], "action" => options[:action], "id" => options[:id] }).with_indifferent_access 58 58 ) 59 59 return request_for_component