Skip to content

Commit

Permalink
Fixing cards
Browse files Browse the repository at this point in the history
  • Loading branch information
makenai committed Jan 27, 2012
1 parent 4039642 commit 53f8bd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/members_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def index
pdf = nil
@members.each do |member|
if pdf
pdf.start_new_page #:template => Rails.root.join('pdfs/card.pdf')
pdf.start_new_page :template => Rails.root.join('pdfs/card.pdf')
else
pdf = Prawn::Document.new :template => Rails.root.join('pdfs/card.pdf')
pdf.font Rails.root.join('pdfs/MONACO.TTF')
Expand Down

0 comments on commit 53f8bd7

Please sign in to comment.