Sha256: a8f9fd7efa0df00d85908c44db986dc34e5837695a21b128e0ed24dbc0de70d9

Contents?: true

Size: 484 Bytes

Versions: 62

Compression:

Stored size: 484 Bytes

Contents

module Workarea
  Core::Engine.routes.draw do
    get 'product_images/:slug(/:option)/:image_id/:job.jpg' => Dragonfly.app(:workarea).endpoint { |*args|
      AssetEndpoints::ProductImages.new(*args).result
    }, as: :dynamic_product_image

    get 'product_images/placeholder/:job.jpg' => Dragonfly.app(:workarea).endpoint { |*args|
      AssetEndpoints::ProductPlaceholderImages.new(*args).result
    }, as: :product_image_placeholder

    mount Easymon::Engine => "/up"
  end
end

Version data entries

62 entries across 62 versions & 1 rubygems

Version Path
workarea-core-3.5.15 config/routes.rb
workarea-core-3.4.36 config/routes.rb
workarea-core-3.5.14 config/routes.rb
workarea-core-3.4.35 config/routes.rb
workarea-core-3.5.13 config/routes.rb
workarea-core-3.4.34 config/routes.rb
workarea-core-3.5.12 config/routes.rb
workarea-core-3.4.33 config/routes.rb
workarea-core-3.5.11 config/routes.rb
workarea-core-3.5.10 config/routes.rb
workarea-core-3.4.32 config/routes.rb
workarea-core-3.5.9 config/routes.rb
workarea-core-3.4.31 config/routes.rb
workarea-core-3.5.8 config/routes.rb
workarea-core-3.4.30 config/routes.rb
workarea-core-3.5.7 config/routes.rb
workarea-core-3.4.29 config/routes.rb
workarea-core-3.5.6 config/routes.rb
workarea-core-3.4.28 config/routes.rb
workarea-core-3.5.5 config/routes.rb