1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-11-29 10:24:20 +01:00
fab-manager/app/models/training_image.rb

4 lines
84 B
Ruby
Raw Normal View History

2016-07-13 18:15:14 +02:00
class TrainingImage < Asset
2017-02-13 14:38:28 +01:00
mount_uploader :attachment, TrainingImageUploader
2016-07-13 18:15:14 +02:00
end