We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc06bb5 commit 0024d7cCopy full SHA for 0024d7c
docs/plan_download_yearly_stats.md
@@ -117,7 +117,7 @@ class DojosController < ApplicationController
117
118
# respond_toで形式ごとに処理を分岐
119
respond_to do |format|
120
- format.html # => app/views/dojos/index.html.erb
+ format.html { render :index } # => app/views/dojos/index.html.erb
121
format.json { render json: @dojos }
122
format.csv { send_data render_to_string, type: :csv }
123
end
0 commit comments