Can it work with a Rails Engine?
Opened this issue · 1 comments
benbabics commented
I am working within a Rails Engine for a new project and want to install polymer-rails and create custom elements within the engine app. Upon running rails g polymer:install
it installs to /test/dummy/app/assets
and /test/dummy/vendor
, instead of /app/assets
and /vendor
. That said, this is my first time working with Rails Engine, and perhaps there's a config outside of your gem that I'm missing.
Any help is much appreciated. :)
benbabics commented
Bump
I'd really like to use this, but this is a roadblock for me. Any help is much appreciated.