igor-alexandrov / wisepdf

Wkhtmltopdf wrapper done right
MIT License
281 stars 20 forks source link

Broken on Rails 5.1 #28

Open crismali opened 7 years ago

crismali commented 7 years ago
NoMethodError:
undefined method `alias_method_chain' for ActionController::Base:Class

alias_method_chain was deprecated in 5.0 and removed in 5.1.

msxavi commented 5 years ago

@crismali possibly too long ago to worry, but I came across this recently and fixed it in my branch https://github.com/igor-alexandrov/wisepdf/pull/29 👍