diff --git a/config/routes.rb b/config/routes.rb --- a/config/routes.rb +++ b/config/routes.rb @@ -1,6 +1,7 @@ ActionController::Routing::Routes.draw do |map| map.resources :announcements map.resources :sites + map.resources :statuses # The priority is based upon order of creation: first created -> highest priority.