Method: AssetType#style_dimensions
- Defined in:
- app/models/asset_type.rb
#style_dimensions(style_name) ⇒ Object
159 160 161 162 163 |
# File 'app/models/asset_type.rb', line 159 def style_dimensions(style_name) if style = paperclip_styles[style_name.to_sym] style[:size] end end |