I have put the images in the assets folder but i cannot able to access the image. why and what should i do? And i try accessing from the views as <img src="/assets/logo.png">
ActionController::RoutingError (No route matches “/users/assets/logo.png”)
You should use image_tag:
http://guides.rubyonrails.org/asset_pipeline.html#coding-links-to-assets