Skip to content

Commit

Permalink
rails is looking for a template
Browse files Browse the repository at this point in the history
  • Loading branch information
thommahoney committed Sep 5, 2024
1 parent 67e4a22 commit ba8a738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/staff/proposals_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def index
csv << [p.average_rating, p.ratings.size, p.standard_deviation, p.title, speakers[0].name, speakers[1]&.name, speakers[2]&.name, p.abstract, p.details, p.pitch, p.session_format&.name, p.track&.name, p.state]
end
end
render :csv => csv_string, :filename => "#{@event.name} #{Time.now.to_i}.csv"
send_data csv_string, :filename => "#{@event.name} #{Time.now.to_i}.csv"
}
end
end
Expand Down

0 comments on commit ba8a738

Please sign in to comment.