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.4.27 config/routes.rb
workarea-core-3.5.4 config/routes.rb
workarea-core-3.4.26 config/routes.rb
workarea-core-3.5.3 config/routes.rb
workarea-core-3.4.25 config/routes.rb
workarea-core-3.5.2 config/routes.rb
workarea-core-3.4.24 config/routes.rb
workarea-core-3.5.1 config/routes.rb
workarea-core-3.4.23 config/routes.rb
workarea-core-3.4.22 config/routes.rb
workarea-core-3.5.0 config/routes.rb
workarea-core-3.4.21 config/routes.rb
workarea-core-3.5.0.beta.1 config/routes.rb
workarea-core-3.4.20 config/routes.rb
workarea-core-3.4.19 config/routes.rb
workarea-core-3.4.18 config/routes.rb
workarea-core-3.4.17 config/routes.rb
workarea-core-3.4.16 config/routes.rb
workarea-core-3.4.15 config/routes.rb
workarea-core-3.4.14 config/routes.rb