mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-04-10 00:53:51 +02:00
4 lines
80 B
Ruby
4 lines
80 B
Ruby
class MachineFile < Asset
|
|
mount_uploader :attachment, MachineFileUploader
|
|
end
|