Orbit/app/models/stylesheet.rb

6 lines
95 B
Ruby

class Stylesheet < DesignFile
mount_uploader :file, AssetUploader
embedded_in :design
end