wicked_pdf added, gitignore for /storage
This commit is contained in:
parent
20a3986a7e
commit
9e467d9fbf
|
|
@ -17,6 +17,7 @@
|
|||
/public/images
|
||||
/public/tmp
|
||||
/public/assets
|
||||
/storage
|
||||
.byebug_history
|
||||
.tags
|
||||
Gemfile.lock
|
||||
|
|
|
|||
2
Gemfile
2
Gemfile
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue