lib/generators/devise_install/templates/README in devise-1.1.rc0 vs lib/generators/devise_install/templates/README in devise-1.1.rc1
- old
+ new
@@ -14,6 +14,12 @@
2. Ensure you have defined root_url to *something* in your config/routes.rb.
For example:
root :to => "home#index"
+ 3. Ensure you have flash messages in app/views/layouts/application.html.erb.
+ For example:
+
+ <p class="notice"><%= notice %></p>
+ <p class="alert"><%= alert %></p>
+
===============================================================================