Module: PhotoCookHelper

Defined in:
app/helpers/photo_cook_helper.rb

Instance Method Summary collapse

Instance Method Details

#device_pixel_ratioObject



5
6
7
# File 'app/helpers/photo_cook_helper.rb', line 5

def device_pixel_ratio
  PhotoCook.device_pixel_ratio
end

#photo_cook_cache_keyObject



13
14
15
# File 'app/helpers/photo_cook_helper.rb', line 13

def photo_cook_cache_key
  "resize_multiplier:#{resize_multiplier}"
end

#resize_multiplierObject



9
10
11
# File 'app/helpers/photo_cook_helper.rb', line 9

def resize_multiplier
  PhotoCook::Resize.multiplier
end