config/routes.rb in network_executive-0.0.3 vs config/routes.rb in network_executive-0.0.4
- old
+ new
@@ -1,7 +1,9 @@
NetworkExecutive::Engine.routes.draw do
mount NetworkExecutive::Station => '/tune_in', as:'station'
- match 'channels/:channel_name' => 'network#index'
+ match 'channels/:channel_name' => 'network#index', as: :channel
+
+ match 'lineup' => 'lineup#index', as: :lineup
root to:'network#index'
end
\ No newline at end of file