how to access picture stored in database via http request in rails -


According to the title and is there any such information to cache? Thanks

It's easy:

  class SomeController def avatar user = User.find (1) send_data user.avatar_data ,: type = & gt; User.avatar_content_type ,: Nature => 'Inline' and End  

Comments