Change announcement route
This commit is contained in:
parent
338d18e909
commit
e638c1c7c3
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue