ActionController::UnknownAction (No action responded to images)because you have something like this in some .rhtml file
<link rel="icon" href="images/foo.png" type="image/png" />then try prefixing the image path with a slash.
ActionController::UnknownAction (No action responded to images)because you have something like this in some .rhtml file
<link rel="icon" href="images/foo.png" type="image/png" />then try prefixing the image path with a slash.