Sha256: d7d192d2bc5ce8d963ec5a567e4817f253c5c238d909f3b3283b5ceb99ec2839
Contents?: true
Size: 185 Bytes
Versions: 2
Compression:
Stored size: 185 Bytes
Contents
NetworkExecutive::Engine.routes.draw do mount NetworkExecutive::Station => '/tune_in', as:'station' match 'channels/:channel_name' => 'network#index' root to:'network#index' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
network_executive-0.0.3 | config/routes.rb |
network_executive-0.0.2 | config/routes.rb |