Correction: I reference it indirectly like http://127.0.0.1:3000/students/list . "Ken Fettig" <kenfettig / btinet.net> wrote in message news:d90agc02hij / enews2.newsguy.com... > Hello, I have a Ruby on Rails question. I have used a layout in a > controller, and I have image files referenced in the layout. I have the > image files in the public/images dir. When I reference the controller in a > URL directly ( http://127.0.0.1:3000/students ), Rails finds the image > files. When I reference it indirectly like the following ( > http://127.0.0.1:3000/students ), Rails does not find the image files. I > am using the Webrick server. Does anyone know what I am doing wrong, or > if there is a bug that I do not know of? How do I work around this? > > Thanks Much > Ken >