Class: ContentPictureDecorator
- Inherits:
-
ApplicationDecorator
- Object
- Draper::Decorator
- ApplicationDecorator
- ContentPictureDecorator
- Defined in:
- app/decorators/content_picture_decorator.rb
Instance Method Summary collapse
Methods inherited from ApplicationDecorator
Instance Method Details
#max_image_size ⇒ Object
4 5 6 |
# File 'app/decorators/content_picture_decorator.rb', line 4 def max_image_size (1600.0 / 12.0 * column.width_xl.to_f).to_i end |