Forked from
PortalMEC / portalmec
1998 commits behind the upstream repository.
-
Mauricio Giacomini Girardello authoredMauricio Giacomini Girardello authored
20160301103501_add_paperclip_to_attachments.rb 218 B
class AddPaperclipToAttachments < ActiveRecord::Migration
def up
add_attachment :learning_object_attachments, :thumbnail
end
def down
remove_attachment :learning_object_attachments, :thumbnail
end
end