我有点困惑,我通过 css 显示图像它工作正常。但是当我使用视图显示图像时,它不会显示。以下是我正在使用的简单代码。但是我找不到问题所在!
新的.html.erb
<h1>Users#new</h1>
<p>Find me in app/views/users/new.html.erb</p>
<img src='close.png'>
我在控制台中收到此错误:
ActionController::RoutingError (No route matches [GET] "/users/close.png"):
actionpack (3.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
actionpack (3.2.3) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
railties (3.2.3) lib/rails/rack/logger.rb:26:in `call_app'
railties (3.2.3) lib/rails/rack/logger.rb:16:in `call'
这是项目的目录图像: