Skip to content

Commit

Permalink
whitespace to kick travis which errored
Browse files Browse the repository at this point in the history
  • Loading branch information
adzap committed Mar 21, 2019
1 parent 8e8dad3 commit be83165
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/wicked_pdf/railtie.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ class WickedRailtie < Rails::Railtie
initializer 'wicked_pdf.register' do |_app|
if ActionController::Base.respond_to?(:prepend)
ActionController::Base.send :prepend, PdfHelper::Prependable

ActionController::Renderers.add :pdf do |template, options|
WickedPdf::Renderer.new(self).render(options.merge(:pdf => template))
end
Expand Down

0 comments on commit be83165

Please sign in to comment.