mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-04-06 21:57:36 +02:00
4 lines
74 B
Ruby
4 lines
74 B
Ruby
class PlanFile < Asset
|
|
mount_uploader :attachment, PlanFileUploader
|
|
end
|