Rails 图片放置目录问题

leixue · February 19, 2012 · Last by ywencn replied at February 20, 2012 · 2323 hits

为什么把图片放在 app/assets/images 下不能显示 放在 public/images 下就可以显示了。。是版本的问题吗

你需要用 rails helper , <%= image_tag "xxx"%> 不要直接用 img 标记

You need to Sign in before reply, if you don't have an account, please Sign up first.