How my Rails Engine when installed on an Rails Application will use the Application stylesheets?
Now, when the engine is instaled, they no have styles. I try to override the [engine]/layouts/application to use my "application" stylesheet, but i thing this is the wrong way.