Estoy intentando tener acceso a:No puedo servir las imágenes estáticas en Ruby on Rails
http://localhost:3000/images/Header.png
pero me siguen dando este error:
Routing Error
No route matches "/images/Header.png" with {:method=>:get}
Y aquí están mis rutas:
ActionController::Routing::Routes.draw do |map|
map.resources :worker_antpile_statuses
map.resources :worker_antpiles
map.resources :antcolonies
map.resources :antpiles
map.resources :clients
map.connect ':controller/:action/:id'
map.connect ':controller/:action/:id.:format'
end
¿por qué es esta comunidad wiki? – Nate