class FileUpload < ActiveRecord::Base
  ##
  # Associations
  belongs_to :file_type
end
