Sha256: abae89f039e4058f26972cb5373aa2108ca63c83ae67c4ede596f0765785e17e

Contents?: true

Size: 268 Bytes

Versions: 7

Compression:

Stored size: 268 Bytes

Contents

require 'orange-more/slices/base'

module Orange::Plugins
  class Slices < Base    
    resource    Orange::Radius.new
    resource    Orange::Slices.new
    
    postrouter  Orange::Middleware::RadiusParser
    
  end
end

Orange.plugin(Orange::Plugins::Slices.new)

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
orange-more-0.7.3 lib/orange-more/slices/plugin.rb
orange-more-0.7.2 lib/orange-more/slices/plugin.rb
orange-more-0.7.1 lib/orange-more/slices/plugin.rb
orange-more-0.6.5 lib/orange-more/slices/plugin.rb
orange-more-0.6.4 lib/orange-more/slices/plugin.rb
orange-more-0.6.3 lib/orange-more/slices/plugin.rb
orange-more-0.6.2 lib/orange-more/slices/plugin.rb