mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fix example action dispatch in mime type
This commit is contained in:
parent
a49fe6ec2c
commit
c007d871e6
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ module Mime
|
|||
# respond_to do |format|
|
||||
# format.html
|
||||
# format.ics { render :text => post.to_ics, :mime_type => Mime::Type["text/calendar"] }
|
||||
# format.xml { render :xml => @people.to_xml }
|
||||
# format.xml { render :xml => @people }
|
||||
# end
|
||||
# end
|
||||
# end
|
||||
|
|
Loading…
Reference in a new issue