jellybob / activo-rails

Activo is a theme for Web-app-theme, Formtastic and Attrtastic. This is a Rails plugin to make it painfully easy to use.
http://dmfrancisco.github.com/activo/
MIT License
42 stars 8 forks source link

Cant find layout #23

Open theodorton opened 12 years ago

theodorton commented 12 years ago

If I use the following:

layout 'activo'

It won't work because the layout in your gem is called 'application.html.erb'

Renaming "/gems/activo-rails-1.0.1/app/views/layouts/application.html.erb" to "active.html.erb" solves the problem.

I'm on Rails 3.0.9

dryaf commented 12 years ago

+1