提交 4f6f4333 编写于 作者: S suginoy

[ci skip]Correct variables in the sample code

上级 b1b9651c
...@@ -45,8 +45,8 @@ def fetch(type) ...@@ -45,8 +45,8 @@ def fetch(type)
# #
# respond_to do |format| # respond_to do |format|
# format.html # format.html
# format.ics { render text: post.to_ics, mime_type: Mime::Type["text/calendar"] } # format.ics { render text: @post.to_ics, mime_type: Mime::Type["text/calendar"] }
# format.xml { render xml: @people } # format.xml { render xml: @post }
# end # end
# end # end
# end # end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册