add attachment model and add paperclip

This commit is contained in:
Reinier Balt 2014-07-03 23:21:39 +02:00
parent eb4624ff69
commit 42840bd661
2 changed files with 105 additions and 93 deletions

View file

@ -20,5 +20,4 @@ class Attachment < ActiveRecord::Base
file = nil
save!
end
end