You are viewing an historical archive of past issues. Please
report new issues to the appropriate project issue tracker on
GitHub.
Comments
-
Greg Hurrell
Ok, have found the cause.
In Rails 2.3.x it was enough to set
params[:format]
to'atom'
to override the format used at render time.In Rails 3.0.x you have to modify
request.format
. -
Greg Hurrell
Status changed:
- From: new
- To: closed
Add a comment
Comments are now closed for this issue.