Class: SpreeCmCommissioner::GuestCardClasses::BibCardBackgroundImage

Inherits:
Asset
  • Object
show all
Defined in:
app/models/spree_cm_commissioner/guest_card_classes/bib_card_background_image.rb

Instance Method Summary collapse

Methods inherited from Asset

#styles

Instance Method Details

#asset_stylesObject



4
5
6
7
8
9
# File 'app/models/spree_cm_commissioner/guest_card_classes/bib_card_background_image.rb', line 4

def asset_styles
  {
    mini: '400x600>',
    small: '800x1200>'
  }
end