wicked_pdf
https://github.com/mileszs/wicked_pdf
Ruby
PDF generator (from HTML) plugin for Ruby on Rails
LegacyOtpSecret#legacy_otp_secret
No Docs, write some!
Edit
git clone [email protected]:mileszs/wicked_pdf.git
cd wicked_pdf
open
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-LegacyOtpSecret-legacy_otp_secret-for-pr
# Commit to gitgit add git commit -m "better docs for LegacyOtpSecret#legacy_otp_secret"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-LegacyOtpSecret-legacy_otp_secret-for-pr
hub pull-request
# Celebrate!