Changeset 5698
- Timestamp:
- 12/06/06 23:20:24 (2 years ago)
- Files:
-
- trunk/actionpack/lib/action_controller/request.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/actionpack/lib/action_controller/request.rb
r5694 r5698 67 67 when 'xml' 68 68 content_type = 'application/xml' 69 when 'json'70 content_type = 'application/x-json'71 69 end 72 70 end