1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-02-23 17:54:17 +01:00

4 lines
76 B
Ruby
Raw Normal View History

class SpaceFile < Asset
mount_uploader :attachment, SpaceFileUploader
end