how to load a psd file ruby on rails – Photoshop
How do I load a psd file so it renders on a page like an image in Ruby on Rails? I have no problem loading my image files. For example, this works fine %img{alt: 'icons', src: image_path('icons/others/users.svg') } Users but…