wicked_pdf added, gitignore for /storage

This commit is contained in:
Adrian Hinz 2018-04-22 03:18:18 +02:00
parent 20a3986a7e
commit 9e467d9fbf
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -17,6 +17,7 @@
/public/images
/public/tmp
/public/assets
/storage
.byebug_history
.tags
Gemfile.lock

View File

@ -26,7 +26,7 @@ gem 'paperclip'
gem 'pdfkit'
gem 'text-table' # https://github.com/aptinio/text-table
gem 'wdm', '>= 0.1.0' if Gem.win_platform?
gem 'wicked_pdf'
# Use CoffeeScript for .coffee assets and views
gem 'coffee-rails', '~> 4.2'
# Turbolinks makes navigating your web application faster.