2020-03-25 17:45:53 +01:00
|
|
|
# frozen_string_literal: true
|
2017-02-13 14:38:28 +01:00
|
|
|
|
2020-03-25 17:45:53 +01:00
|
|
|
# SpaceImage is the main picture for a Space
|
2017-02-13 14:38:28 +01:00
|
|
|
class SpaceImage < Asset
|
|
|
|
mount_uploader :attachment, SpaceImageUploader
|
|
|
|
end
|