Class: SpreeCmCommissioner::ShowContestantImage

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

Instance Method Summary collapse

Methods inherited from Asset

#styles

Instance Method Details

#asset_stylesObject



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

def asset_styles
  {
    thumb: '60x60>',
    small: '180x180>',
    medium: '480x480>'
  }
end