Engine with images

I have a few images that I want to include with my engine. I see a
method for including stylesheets and javascript files but nothing for
images. Obviously I could create a rake task for the user to run but was
wondering if there was a more intuitive method like the stylesheets and
javascripts.

Eric

Hi Eric

I’ve updated the API docs online - you’re looking for engine_image

http://api.rails-engines.org

  • James