Method: Tenon::AssetDecorator#style_urls

Defined in:
app/decorators/tenon/asset_decorator.rb

#style_urlsObject



45
46
47
48
49
50
# File 'app/decorators/tenon/asset_decorator.rb', line 45

def style_urls
  styles = object.attachment.styles.map do |key, style|
    [key, object.attachment.url(key)]
  end
  Hash[styles]
end