Skip to content

Instantly share code, notes, and snippets.

@hidakatsuya
Created August 29, 2012 13:22
Show Gist options
  • Save hidakatsuya/3512399 to your computer and use it in GitHub Desktop.
Save hidakatsuya/3512399 to your computer and use it in GitHub Desktop.
# app/views/tasks/index.pdf.thinreports
report.set_layout
@tasks.each do |task|
report.list.add_row :name => task.name
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment