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

4 lines
76 B
Ruby
Raw Normal View History

class SpaceFile < Asset
mount_uploader :attachment, SpaceFileUploader
end