Sha256: 2ffe510510aaf06d5de396c5f698e671febd42cb9ff7b8dd43f3b832401a23a3

Contents?: true

Size: 181 Bytes

Versions: 6

Compression:

Stored size: 181 Bytes

Contents

# frozen_string_literal: true

ShibRack::Engine.routes.draw do
  opts = Rails.application.config.shib_rack
  handler = opts.handler.constantize.new(opts)

  mount handler => ''
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
shib-rack-0.5.1 config/routes.rb
shib-rack-0.5.0 config/routes.rb
shib-rack-0.4.0 config/routes.rb
shib-rack-0.3.0 config/routes.rb
shib-rack-0.2.0 config/routes.rb
shib-rack-0.1.0 config/routes.rb