Skip to content

Commit

Permalink
Rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmarcia committed Oct 23, 2019
1 parent f409b99 commit c55bc27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/controllers/pickup_sheets_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def show
format.html
format.pdf do
render pdf: "pickup_sheets",
page_size: 'A3',
page_size: "A3",
template: "pickup_sheets/pdf_show.html.erb",
layout: "pdf.html",
lowquality: true
Expand Down
2 changes: 1 addition & 1 deletion config/wicked_pdf.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
WickedPdf.config = {
#cross enviroment configs
# cross enviroment configs
}

if Rails.env.development?
Expand Down

0 comments on commit c55bc27

Please sign in to comment.