views:

8

answers:

0

I have 3 rails apps that currently use a "shared" rails app (complete rails app generated). They shares the model, controller, initializers and plugins from this app. So its time to convert the shared application to a rails engine! (less symbolic links).

My question is this, how can I share my plugins among multiple applications in this way? I have a vendor/plugins folder that I would like to share. Is this possible within my rails engine, which is just a rails plugin anyway?