Forked from
PortalMEC / portalmec
715 commits behind the upstream repository.
-
Mateus Rambo Strey authoredMateus Rambo Strey authored
20160301103501_add_paperclip_to_attachments.rb 223 B
class AddPaperclipToAttachments < ActiveRecord::Migration[4.2]
def up
add_attachment :learning_object_attachments, :thumbnail
end
def down
remove_attachment :learning_object_attachments, :thumbnail
end
end