Added Paperclip attachment handler
This commit is contained in:
parent
9ce7de03b1
commit
7aca36e46b
4 changed files with 30 additions and 6 deletions
3
Gemfile
3
Gemfile
|
|
@ -94,3 +94,6 @@ gem 'pg_search'
|
|||
|
||||
# Use SLIM as our templating language
|
||||
gem 'slim-rails'
|
||||
|
||||
# Attachment/image handling
|
||||
gem "paperclip", "~> 4.2"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue