stable, before a refactor
This commit is contained in:
@@ -17,7 +17,7 @@ module SampleCard
|
||||
end
|
||||
|
||||
employer_name = @process.employer_name.downcase.tr(" ", "_")
|
||||
todays_date = Date.today.strftime("%m-%d-%Y")
|
||||
todays_date = Date.today.strftime("%m/%d/%Y")
|
||||
group_cards_pdf.save("tmp/#{employer_name}_sample_cards_#{todays_date}.pdf")
|
||||
|
||||
group_cards_pdf
|
||||
|
||||
Reference in New Issue
Block a user