Sha256: 42f756faaf25da67894a0afa7da1831e8ba3eebcc53bfa9d040983c8925b9bf9
Contents?: true
Size: 496 Bytes
Versions: 2
Compression:
Stored size: 496 Bytes
Contents
NetworkExecutive::Engine.routes.draw do mount NetworkExecutive::Station => '/tune_in', as:'station' match 'channels/:channel_name' => 'network#index', as: :channel match 'you_tube' => 'components#you_tube', as: :you_tube match 'twitter' => 'components#twitter', as: :twitter match 'slideshow' => 'components#slideshow', as: :slideshow match 'guide' => 'guide#index', as: :guide match 'programs/:program_name' => 'programs#show', as: :program root to:'network#index' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
network_executive-0.0.8 | config/routes.rb |
network_executive-0.0.7 | config/routes.rb |