Routing Error with Rails 2.3.3

Hi All

This piece of code works in Rails 1.2

But crashes in Rails 2.2.3

Processing ApplicationController#index (for 127.0.0.1 at 2009-08-21
10:22:23) [GET]

ActionController::RoutingError (No route matches “/images/crm.jpg”
with {:method=>:get}):
-e:2:in `load’
-e:2

Rendering rescues/layout (not_found)

How can I configure the correct route in routes.rb ?

TIA

CCH

Hi

The routing error was caused by Linux case-sensitivity of file names.
As such, this issue is closed.

CCH