Guest User

Untitled

a guest
Dec 12th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. Sprockets::Rails::Helper::AssetNotFound in Zet#index
  2. Showing C:/Sites/zet/app/views/zet/index.html.erb where line #8 raised:
  3.  
  4. The asset "example_image.png" is not present in the asset pipeline.
  5. Extracted source (around line #8):
  6. 6
  7. 7
  8. 8
  9. 9
  10. 10
  11. 11
  12.  
  13. </head>
  14. <body>
  15. <h2>Тестовая программа на <%=image_tag("example_image.png", alt: "Example Image")%> </h2>
  16. </body>
  17. </html>
Add Comment
Please, Sign In to add comment