MattZhao/AtRisk

View on GitHub
app/models/form_attachment.rb

Summary

Maintainability
A
0 mins
Test Coverage
class FormAttachment < ActiveRecord::Base
  mount_uploader :file, AttachmentUploader
  belongs_to :form
end