Added Paperclip attachment handler

This commit is contained in:
Christoph Haas 2015-01-04 14:19:19 +01:00
parent 9ce7de03b1
commit 7aca36e46b
4 changed files with 30 additions and 6 deletions

View file

@ -94,3 +94,6 @@ gem 'pg_search'
# Use SLIM as our templating language
gem 'slim-rails'
# Attachment/image handling
gem "paperclip", "~> 4.2"