Change announcement route
This commit is contained in:
parent
964d7b6054
commit
088bbe1853
|
@ -12,7 +12,6 @@ Rails.application.routes.draw do
|
||||||
namespace :front_end do
|
namespace :front_end do
|
||||||
root :to => "bulletins#index"
|
root :to => "bulletins#index"
|
||||||
resources :bulletins
|
resources :bulletins
|
||||||
match "show/:id" => "bulletins#show" ,:as => :bulletin
|
|
||||||
end
|
end
|
||||||
namespace :widget do
|
namespace :widget do
|
||||||
root :to => "bulletins#index"
|
root :to => "bulletins#index"
|
||||||
|
|
Reference in New Issue