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
|
||||
root :to => "bulletins#index"
|
||||
resources :bulletins
|
||||
match "show/:id" => "bulletins#show" ,:as => :bulletin
|
||||
end
|
||||
namespace :widget do
|
||||
root :to => "bulletins#index"
|
||||
|
|
Reference in New Issue