Sha256: d89e7715272825c180f32eee195d1ad361fb59bec2a6513d9390726bd88e829e

Contents?: true

Size: 269 Bytes

Versions: 34

Compression:

Stored size: 269 Bytes

Contents

Rails.application.routes.draw do
  namespace :promethee, path: Promethee.configuration.route_scope, module: nil  do
    post 'preview' => 'promethee#preview', as: :preview
    post 'blob' => 'promethee#blob_create'
    get 'blob/:id' => 'promethee#blob_show'
  end
end

Version data entries

34 entries across 34 versions & 1 rubygems

Version Path
promethee-1.5.4 config/routes.rb
promethee-1.5.3 config/routes.rb
promethee-1.5.2 config/routes.rb
promethee-1.5.0 config/routes.rb
promethee-1.4.29 config/routes.rb
promethee-1.4.28 config/routes.rb
promethee-1.4.27 config/routes.rb
promethee-1.4.26 config/routes.rb
promethee-1.4.25 config/routes.rb
promethee-1.4.24 config/routes.rb
promethee-1.4.23 config/routes.rb
promethee-1.4.22 config/routes.rb
promethee-1.4.21 config/routes.rb
promethee-1.4.20 config/routes.rb
promethee-1.4.19 config/routes.rb
promethee-1.4.18 config/routes.rb
promethee-1.4.17 config/routes.rb
promethee-1.4.16 config/routes.rb
promethee-1.4.15 config/routes.rb
promethee-1.4.14 config/routes.rb