From 633f28ce8e040568d12b99f4c0efbbd3d763ea4b Mon Sep 17 00:00:00 2001 From: Don DeCaprio Date: Tue, 11 Sep 2012 15:35:31 -0700 Subject: [PATCH] Added 'end' statement to end of sessions_controllers.rb sample code --- .../2 - With an existing Rails 3.1 + Devise app.textile | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/guides/5 - Using Refinery as an Engine/2 - With an existing Rails 3.1 + Devise app.textile b/doc/guides/5 - Using Refinery as an Engine/2 - With an existing Rails 3.1 + Devise app.textile index b9a95ad8c5..304c5ab649 100644 --- a/doc/guides/5 - Using Refinery as an Engine/2 - With an existing Rails 3.1 + Devise app.textile +++ b/doc/guides/5 - Using Refinery as an Engine/2 - With an existing Rails 3.1 + Devise app.textile @@ -110,6 +110,7 @@ class Users::SessionsController < Devise::SessionsController redirect_to db_maintenance_message_path return false end +end +config/initializers/db_maintenance.rb+