Default image_tag folder

Hey, guys. In documentation i read: “By default, files are loaded from
public/images”. I add for example <%= image_tag “logo.gif” %>

When i check html code in browser i see next: Logo. Why folder assets? The default
should have been Logo?

On 9 March 2013 21:17, Dmitrij B. [email protected] wrote:

Hey, guys. In documentation i read: “By default, files are loaded from
public/images”. I add for example <%= image_tag “logo.gif” %>

When i check html code in browser i see next: Logo. Why folder assets? The default
should have been Logo?

The docs are out of date, have a look at
The Asset Pipeline — Ruby on Rails Guides for the new paths.

Colin

Thanks)