Newer
Older
dmpopidor / app / models / file_upload.rb
class FileUpload < ActiveRecord::Base
  ##
  # Associations
  belongs_to :file_type
end