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

6 lines
165 B
Ruby
Raw Normal View History

2020-03-30 11:33:12 +02:00
# frozen_string_literal: true
2016-07-13 18:15:14 +02:00
2020-03-30 11:33:12 +02:00
# TrainingImage is the main picture for a Training
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