aboutsummaryrefslogblamecommitdiffstats
path: root/app/models/pdfresource.rb
blob: 61310346e3da16d3da8f12bf189169e0a534b47d (plain) (tree)
1
2
3
4



                                     
class Pdfresource < ApplicationRecord
  has_many_attached :pdfs
  has_many_attached :thumbnails
end