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.27 config/routes.rb
workarea-core-3.5.26 config/routes.rb
workarea-core-3.4.45 config/routes.rb
workarea-core-3.5.25 config/routes.rb
workarea-core-3.5.23 config/routes.rb
workarea-core-3.4.44 config/routes.rb
workarea-core-3.5.22 config/routes.rb
workarea-core-3.4.43 config/routes.rb
workarea-core-3.5.21 config/routes.rb
workarea-core-3.4.42 config/routes.rb
workarea-core-3.5.20 config/routes.rb
workarea-core-3.4.41 config/routes.rb
workarea-core-3.5.19 config/routes.rb
workarea-core-3.4.40 config/routes.rb
workarea-core-3.5.18 config/routes.rb
workarea-core-3.4.39 config/routes.rb
workarea-core-3.5.17 config/routes.rb
workarea-core-3.4.38 config/routes.rb
workarea-core-3.5.16 config/routes.rb
workarea-core-3.4.37 config/routes.rb