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