jrallison / rollout_ui

RolloutUI: A slick way to rollout features in your web app.
MIT License
137 stars 86 forks source link

Cannot find rollout views path #16

Open kbaum opened 12 years ago

kbaum commented 12 years ago

I mounted rollout_ui within my rails 3.2.8 app but it seems that the engine is not able to find the proper layout or view templates. Instead of rendering the layout application/rollout_ui/application.html.erb, it is actually rendering my layout within my application.

I am using rollout_ui 0.2.1.

thx!

-karl