Method: Tenon::AssetDecorator#style_urls
- Defined in:
- app/decorators/tenon/asset_decorator.rb
#style_urls ⇒ Object
45 46 47 48 49 50 |
# File 'app/decorators/tenon/asset_decorator.rb', line 45 def style_urls styles = object..styles.map do |key, style| [key, object..url(key)] end Hash[styles] end |