Sha256: 95b3e96a8fa9f53db73c657c9b2dd4fdcbdabb3503bb2f7694d1af02c6907c54

Contents?: true

Size: 336 Bytes

Versions: 5

Compression:

Stored size: 336 Bytes

Contents

Pleiades::Command::RoutingProxy.routing do
  #
  # EXAMPLE
  # if @event.source.user_id == 'Udeadbeefdeadbeefdeadbeefdeadbeef'
  #   mount line: 'config/pleiades/line'
  #   add 'line_dev', mnt: :line
  #   # => load by 'config/pleiades/line/line_dev.rb'
  # end
  #

  # only load by 'config/pleiades/router.rb'.
  default_routing
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
pleiades-0.1.6 lib/pleiades/generators/pleiades/install/templates/routing_proxy.rb
pleiades-0.1.5 lib/pleiades/generators/pleiades/install/templates/routing_proxy.rb
pleiades-0.1.4 lib/pleiades/generators/pleiades/install/templates/routing_proxy.rb
pleiades-0.1.3 lib/pleiades/generators/pleiades/install/templates/routing_proxy.rb
pleiades-0.1.2 lib/pleiades/generators/pleiades/install/templates/routing_proxy.rb