On Aug 16, 3:36 am, shusseina <[email protected]> wrote: > > Why is the image "the_godfather.jpg" not being displayed, considering > the following show view template? Or even when I include the full > absolute path? > > <p> > <%= "Plot: #[email protected]}" %> > </p> > <img src="public/images/the_godfather.jpg" />
because the document root is public: that path should be /images/ the_god_father.jpg Rred --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

